<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--å…¬å…±éƒ¨åˆ†--*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  cursor: pointer;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

p {
  margin: 0px;
  padding: 0px;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif, Arial;
  color: #333;
}

img {
  border: 0px;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  border: 1px solid #ccc;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input,
textarea,
select,
button {
  border: none;
  outline: none;
  color: inherit;
  font-size: 14px;
  background: none;
  font-family: inherit;
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: none;
}

a,
button,
input,
optgroup,
select,
textarea {
  /* ç§»åŠ¨ç«¯ç‚¹å‡»åŽä¼šå‡ºçŽ°"æš—è‰²"çš„èƒŒæ™¯ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-ms-clear {
  display: none;
}

/* åŽ»é™¤IEæµè§ˆå™¨å™¨ä¸‹è¾“å…¥æ¡†å‰å‰ */
input::-ms-reveal {
  display: none;
}

/* åŽ»é™¤IEæµè§ˆå™¨å™¨ä¸‹è¾“å…¥æ¡†å‰å‰ */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #999 !important;
  -webkit-transition: background-color 99999999s ease-in-out 0s !important;
  transition: background-color 99999999s ease-in-out 0s !important;
}

input,
textarea {
  -webkit-appearance: none;
}

.bd_weixin_popup,
.content-box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

:root ul,
:root li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

:root dd {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

:root dt {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

input,
textarea,
button {
  border: none;
  outline: none;
  color: inherit;
  font-size: 14px;
  background: none;
  font-family: inherit;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

/* åŽ»é™¤inputé»˜è®¤æ&nbsp;·å¼ */
input {
  -webkit-appearance: none;
}

input {
  background: none;
  outline: none;
  border: none;
}

/* å­—ä½“å›¾æ&nbsp;‡ */
.iconfont {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  /* æ–‡å­—æŠ—é”¯é½¿ */
  -moz-osx-font-smoothing: grayscale;
  /* æ–‡å­—æŠ—é”¯é½¿ */
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.commonweb {
  padding: 0px 10px;
}

.commonwebbox {
  margin-left: 0px;
  margin-right: 0px;
}

.commonleft {
  float: none;
}

.commonright {
  float: none;
}

.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}

.hidden-sm,
.hidden-md,
.hidden-lg {
  display: block;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (max-width: 320px) {
  body {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  .commonweb {
    padding: 0px 20px;
  }

  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .visible-sm {
    display: block;
  }

  .hidden-sm {
    display: none;
  }

  .commonweb {
    margin: 0px auto;
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .commonweb {
    padding: 0px 10px;
  }

  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }

  .commonleft {
    float: left;
  }

  .commonright {
    float: right;
  }

  .visible-md {
    display: block;
  }

  .hidden-md {
    display: none;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .commonweb {
    max-width: 970px;
  }
}

@media (min-width: 1260px) {
  html {
    cursor: default;
  }

  .commonleft {
    float: left;
  }

  .commonright {
    float: right;
  }

  .visible-lg {
    display: block;
  }

  .hidden-lg {
    display: none;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1260px) {
  .commonweb {
    max-width: 1220px;
  }
}

/* layout start*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical&gt;.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow&gt;.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode&gt;.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal&gt;.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical&gt;.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container&gt;canvas,
.swiper-zoom-container&gt;img,
.swiper-zoom-container&gt;svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical&gt;.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }

  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }

  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  60%,
  80% {
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  60%,
  80% {
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  0%,
  to {
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50%,
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50%,
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.PopupVideoBox {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.PopupVideo {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  max-width: 920px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0px 25px;
}

.PopupVideo video {
  width: 100%;
}

.PopupVideo iframe {
  width: 100%;
  height: 460px;
}

.closeVideo {
  position: absolute;
  right: 25px;
  top: -25px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeVideo::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.closeVideo::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bd_weixin_popup_bg {
  position: absolute;
  left: -400px;
  top: -400px;
  width: 260px;
  height: 320px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11000;
}

.bd_weixin_popup {
  position: absolute;
  left: -400px;
  top: -400px;
  padding: 10px;
  width: 240px;
  height: 300px;
  background: #fff;
  border: solid 1px #d8d8d8;
  z-index: 11001;
  font-size: 12px;
}

.bd_weixin_popup .bd_weixin_popup_head {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  height: 16px;
  position: relative;
  color: #000;
}

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close:hover {
  text-decoration: none;
}

.bd_weixin_popup .bd_weixin_popup_main {
  padding: 15px 10px;
  min-height: 150px;
  _height: 150px;
}

.bd_weixin_popup .bd_weixin_popup_foot {
  font-size: 12px;
  text-align: left;
  line-height: 22px;
  color: #666;
}

.bdshare-button-style0-16 .bds_qzone {
  background-position: 0 -52px;
}

.bdshare-button-style0-16 .bds_tsina {
  background-position: 0 -104px;
}

.bdshare-button-style0-16 .bds_renren {
  background-position: 0 -208px;
}

.bdshare-button-style0-16 .bds_tqq {
  background-position: 0 -260px;
}

.bdshare-button-style0-16 .bds_kaixin001 {
  background-position: 0 -312px;
}

.bdshare-button-style0-16 .bds_tqf {
  background-position: 0 -364px;
}

.bdshare-button-style0-16 .bds_hi {
  background-position: 0 -416px;
}

.bdshare-button-style0-16 .bds_douban {
  background-position: 0 -468px;
}

.bdshare-button-style0-16 .bds_tsohu {
  background-position: 0 -520px;
}

.bdshare-button-style0-16 .bds_tieba {
  background-position: 0 -728px;
}

.bdshare-button-style0-16 .bds_hx {
  background-position: 0 -988px;
}

.bdshare-button-style0-16 .bds_fx {
  background-position: 0 -1040px;
}

.bdshare-button-style0-16 .bds_ty {
  background-position: 0 -1196px;
}

.bdshare-button-style0-16 .bds_fbook {
  background-position: 0 -1352px;
}

.bdshare-button-style0-16 .bds_twi {
  background-position: 0 -1404px;
}

.bdshare-button-style0-16 .bds_linkedin {
  background-position: 0 -1664px;
}

.bdshare-button-style0-16 .bds_meilishuo {
  background-position: 0 -1716px;
}

.bdshare-button-style0-16 .bds_mogujie {
  background-position: 0 -1768px;
}

.bdshare-button-style0-16 .bds_diandian {
  background-position: 0 -1820px;
}

.bdshare-button-style0-16 .bds_huaban {
  background-position: 0 -1872px;
}

.bdshare-button-style0-16 .bds_duitang {
  background-position: 0 -2028px;
}

.bdshare-button-style0-16 .bds_youdao {
  background-position: 0 -2080px;
}

.bdshare-button-style0-16 .bds_wealink {
  background-position: 0 -2184px;
}

.bdshare-button-style0-16 .bds_copy {
  background-position: 0 -2288px;
}

.bdshare-button-style0-16 .bds_mail {
  background-position: 0 -2340px;
}

.bdshare-button-style0-16 .bds_print {
  background-position: 0 -2392px;
}

.bdshare-button-style0-16 .bds_mshare {
  background-position: 0 -2444px;
}

.bdshare-button-style0-16 .bds_sqq {
  background-position: 0 -2652px;
}

.bdshare-button-style0-16 .bds_sdo {
  background-position: 0 -2704px;
}

.bdshare-button-style0-16 .bds_qingbiji {
  background-position: 0 -2756px;
}

.bdshare-button-style0-16 .bds_people {
  background-position: 0 -2808px;
}

.bdshare-button-style0-16 .bds_xinhua {
  background-position: 0 -2912px;
}

.bdshare-button-style0-16 .bds_yaolan {
  background-position: 0 -2964px;
}

.bdshare-button-style0-16 .bds_thx {
  background-position: 0 -2496px;
}

.bdshare-button-style0-16 .bds_bdhome {
  background-position: 0 -156px;
}

.bdshare-button-style0-16 .bds_bdxc {
  background-position: 0 -2548px;
}

.bdshare-button-style0-16 .bds_bdysc {
  background-position: 0 -3068px;
}

.bdshare-button-style0-16 .bds_isohu {
  background-position: 0 -3016px;
}

.bdshare-button-style0-16 .bds_more {
  background-position: 0 0;
}

.bdshare-button-style0-16 .bds_ibaidu {
  background-position: 0 -3120px;
}

.bdshare-button-style0-16 .bds_weixin {
  background-position: 0 -1612px;
}

.bdshare-button-style0-16 .bds_iguba {
  background-position: 0 -1300px;
}

.bdshare-button-style0-16 {
  zoom: 1;
}

.bdshare-button-style0-16:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  float: left;
  font-size: 12px;
  padding-left: 17px;
  line-height: 16px;
  height: 16px;
  background-image: url(../images/icons_0_16.png?v=d754dcc0.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
}

.bdshare-button-style0-16 a:hover {
  color: #333;
  opacity: .8;
  filter: alpha(opacity=80);
}

.bdshare-button-style0-16 .bds_more {
  color: #333;
  float: left;
}

.bdshare-button-style0-16 .bds_count {
  color: #333;
  background: url(../images/sc.png?v=a970ff04.png) no-repeat 0 -30px;
  width: 42px;
  height: 16px;
  padding: 0;
  margin: 6px 0 0;
  text-align: center;
}

.bdshare-button-style0-16 .bds_count:hover {
  background-position: -42px -30px;
}

.bdshare-button-style0-16 .bds_button_image {
  float: left;
  cursor: pointer;
  margin: 6px 6px 0 0;
  height: auto;
  padding: 0;
}

.bdshare-button-style0-16 .bdshare_button_count {
  background: url(../images/sc.png?v=a970ff04.png) no-repeat 0 0;
  width: 44px;
  height: 24px;
  line-height: 24px;
}

.bdshare-button-style0-16 .bdshare_button_count:hover {
  background-position: -44px 0;
}

.bds_tfh,
.bds_baidu,
.bds_qq,
.bds_msn,
.bds_sohu,
.bds_qy,
.bds_leho,
.bds_ifeng,
.bds_ff,
.bds_tuita,
.bds_ms,
.bds_deli,
.bds_s51,
.bds_t163,
.bds_share189,
.bds_xg,
.bds_s139 {
  display: none;
}

.commonTitleLocation {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.commonTitleLocation h3 {
  float: left;
  font-size: 16px;
  position: relative;
}

.commonTitleLocation p {
  float: right;
}

.commonTitleLocation p a {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  color: #999;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}

.commonTitleLocation p a::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.commonTitleLocation p a:first-child {
  padding-left: 0px;
  margin: 0px;
  line-height: 11px;
}

.commonTitleLocation p a:first-child::after {
  display: none;
}

.commonTitleLocation p a.current {
  color: #333;
}

.commonTitleLocation p img {
  display: inline-block;
  vertical-align: middle;
}

.commonLocation {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.commonLocation a {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  color: #999;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}

.commonLocation a::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.commonLocation a:first-child {
  padding-left: 0px;
  margin: 0px;
  line-height: 11px;
}

.commonLocation a:first-child::after {
  display: none;
}

.commonLocation a.current {
  color: #333;
}

.commonLocation img {
  display: inline-block;
  vertical-align: middle;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results&gt;.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results&gt;.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.DefaultSelector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.DefaultSelector&gt;span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.DefaultSelector&gt;span:nth-child(2) {
  margin-right: 10px;
}

.DefaultSelector&gt;span:nth-child(4) {
  margin-right: 10px;
}

.DefaultSelector .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 35px;
}

.DefaultSelector .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.DefaultSelector .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0px;
}

.defaSearchList {
  padding: 50px 0px;
}

.defaSearchList dl {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.defaSearchList dl dt {
  float: left;
  font-size: 16px;
}

.defaSearchList dl dd {
  float: right;
  font-size: 14px;
}

.defaSearchList li {
  padding: 10px 20px 15px;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
}

.defaSearchList li h3 {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 26px;
  padding-bottom: 5px;
}

.defaSearchList li .defaDesc {
  font-size: 12px;
  color: #adadad;
  padding-top: 5px;
  line-height: 20px;
}

.defaWebMap {
  background-color: #fff;
}

.defaWebMap dl {
  border: 1px solid #e6e6e6;
  margin-top: 30px;
}

.defaWebMap dl h3 {
  padding-left: 20px;
  padding-bottom: 5px;
}

.defaWebMap dl h3 span {
  font-size: 20px;
  color: #2576df;
  position: relative;
  top: -12px;
  background-color: #fff;
  padding: 0px 13px;
}

.defaWebMap dl h3 span a {
  color: #2576df;
}

.defaWebMap dl dd {
  padding-left: 33px;
  padding-bottom: 15px;
}

.defaWebMap dl dd a {
  font-size: 14px;
  padding-right: 20px;
  display: inline-block;
  padding-bottom: 8px;
}

.defaWebMap dl dd a em {
  display: inline-block;
  margin-right: 8px;
  width: 3px;
  height: 3px;
  background-color: #2576df;
  vertical-align: middle;
}

.defaContent {
  font-size: 14px;
  line-height: 24px;
}

.defaContent p {
  margin-bottom: 10px;
}

.defaContent img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

.defaPrevNextpage {
  margin-top: 40px;
  border-top: 1px solid #3d3f48;
  border-bottom: 1px solid #3d3f48;
}

.defaPrevNextpage p {
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding: 0px 90px 0px 90px;
  font-size: 14px;
  line-height: 50px;
  white-space: nowrap;
  height: 50px;
}

.defaPrevNextpage p span {
  position: absolute;
  left: 0px;
  padding-left: 10px;
  top: 0px;
  display: block;
  width: 75px;
}

.defaPrevNextpage p span:after {
  content: '';
  border-left: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-right: 5px solid transparent;
  position: absolute;
  right: 0%;
  width: 0px;
  height: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.defaPrevNextpage p em {
  position: absolute;
  right: 0px;
  font-style: normal;
  top: 0px;
  padding-right: 0px;
  width: 80px;
  display: block;
}

.defaPrevNextpage p a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.defaPrevNextpage p:nth-child(2) {
  border: none;
}

.defaPrevNextpage p:nth-child(2) span:after {
  border-bottom: none;
  border-top: 5px solid #000000;
}

/* èƒŒæ™¯å›¾ */
.background_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* å›¾ç‰‡å±…ä¸­ */
.picture_container {
  position: relative;
  overflow: hidden;
  background: none;
}

.picture_container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* é¼&nbsp;æ&nbsp;‡æ»‘è¿‡å›¾ç‰‡å˜ç™½ */
.pictureHwhite:hover img {
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
  filter: grayscale(100%) brightness(0) invert(1);
}

[class*=animate_] {
  /* åŠ¨ç”»æ—¶é—´ï¼ŒåŠ¨ç”»å¼€å§‹å‰çš„çŠ¶æ€ */
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.bgcolor {
  background-color: #999;
}

.oneText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_row_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_row_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_row_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_row_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_column_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_column_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_column_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_rank_1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex_rank_2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.picture_scale {
  position: relative;
  overflow: hidden;
}

.picture_scale:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

/* å±…ä¸­æ&nbsp;‡ç­¾ */
.center1200 {
  width: 1200px;
  margin: 0 auto;
}

.center1280 {
  width: 1280px;
  margin: 0 auto;
}

.center1300 {
  width: 1300px;
  margin: 0 auto;
}

.center1400 {
  width: 1400px;
  margin: 0 auto;
}

.center1500 {
  width: 1500px;
  margin: 0 auto;
}

.center1600 {
  width: 1600px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .defaWebMap dl {
    margin-top: 50px;
  }

  .defaWebMap dl dd a {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .commonTitleLocation {
    padding: 20px 0;
  }

  .commonTitleLocation h3 {
    font-size: 24px;
  }

  .commonTitleLocation p {
    padding-top: 5px;
  }

  .commonTitleLocation p a {
    font-size: 14px;
  }

  .commonLocation {
    padding: 20px 0;
  }

  .commonLocation a {
    font-size: 14px;
  }

  .defaSearchList li {
    padding: 15px 35px 25px;
    margin-top: 25px;
  }

  .defaSearchList li h3 {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 5px;
  }

  .defaSearchList li .defaDesc {
    font-size: 13px;
    padding-top: 10px;
    line-height: 24px;
  }

  .defaPrevNextpage p span {
    position: absolute;
    left: 0px;
    padding-left: 40px;
    top: 0px;
    display: block;
    width: 15%;
  }

  .defaPrevNextpage p span:after {
    content: '';
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0%;
    width: 0px;
    height: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .defaPrevNextpage p em {
    position: absolute;
    right: 0px;
    font-style: normal;
    top: 0px;
    padding-right: 30px;
    width: 120px;
    display: block;
  }

  .defaPrevNextpage p {
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding: 0px 130px 0px 20%;
    font-size: 18px;
    line-height: 70px;
    white-space: nowrap;
    height: 70px;
  }
}

/* animate_fade 2020.02.27 zlz */
/* fade200 ä½ç§»200px */
/* fade150 ä½ç§»150px */
/* fade100 ä½ç§»100px */
/* fade80 ä½ç§»80px */
/* fade50 ä½ç§»50px */
/* fade30 ä½ç§»30px */
/* fade20 ä½ç§»20px */
/* fade10 ä½ç§»10px */
/* fadeLeft */
@-webkit-keyframes fadeInLeft200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft200 {
  -webkit-animation-name: fadeInLeft200;
  animation-name: fadeInLeft200;
}

@-webkit-keyframes fadeInLeft150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft150 {
  -webkit-animation-name: fadeInLeft150;
  animation-name: fadeInLeft150;
}

@-webkit-keyframes fadeInLeft100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft100 {
  -webkit-animation-name: fadeInLeft100;
  animation-name: fadeInLeft100;
}

@-webkit-keyframes fadeInLeft80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft80 {
  -webkit-animation-name: fadeInLeft80;
  animation-name: fadeInLeft80;
}

@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}

@-webkit-keyframes fadeInLeft30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft30 {
  -webkit-animation-name: fadeInLeft30;
  animation-name: fadeInLeft30;
}

@-webkit-keyframes fadeInLeft20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft20 {
  -webkit-animation-name: fadeInLeft20;
  animation-name: fadeInLeft20;
}

@-webkit-keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft10 {
  -webkit-animation-name: fadeInLeft10;
  animation-name: fadeInLeft10;
}

/* fadeRight */
@-webkit-keyframes fadeInRight200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight200 {
  -webkit-animation-name: fadeInRight200;
  animation-name: fadeInRight200;
}

@-webkit-keyframes fadeInRight150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight150 {
  -webkit-animation-name: fadeInRight150;
  animation-name: fadeInRight150;
}

@-webkit-keyframes fadeInRight100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight100 {
  -webkit-animation-name: fadeInRight100;
  animation-name: fadeInRight100;
}

@-webkit-keyframes fadeInRight80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight80 {
  -webkit-animation-name: fadeInRight80;
  animation-name: fadeInRight80;
}

@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight30 {
  -webkit-animation-name: fadeInRight30;
  animation-name: fadeInRight30;
}

@-webkit-keyframes fadeInRight20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight20 {
  -webkit-animation-name: fadeInRight20;
  animation-name: fadeInRight20;
}

@-webkit-keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight10 {
  -webkit-animation-name: fadeInRight10;
  animation-name: fadeInRight10;
}

/* fadeUp */
@-webkit-keyframes fadeInUp200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp200 {
  -webkit-animation-name: fadeInUp200;
  animation-name: fadeInUp200;
}

@-webkit-keyframes fadeInUp150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}

@-webkit-keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}

@-webkit-keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp80 {
  -webkit-animation-name: fadeInUp80;
  animation-name: fadeInUp80;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp30 {
  -webkit-animation-name: fadeInUp30;
  animation-name: fadeInUp30;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
  animation-name: fadeInUp10;
}

/* fadeDown */
@-webkit-keyframes fadeInDown200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown200 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown200 {
  -webkit-animation-name: fadeInDown200;
  animation-name: fadeInDown200;
}

@-webkit-keyframes fadeInDown150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown150 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown150 {
  -webkit-animation-name: fadeInDown150;
  animation-name: fadeInDown150;
}

@-webkit-keyframes fadeInDown100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown100 {
  -webkit-animation-name: fadeInDown100;
  animation-name: fadeInDown100;
}

@-webkit-keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown80 {
  -webkit-animation-name: fadeInDown80;
  animation-name: fadeInDown80;
}

@-webkit-keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown50 {
  -webkit-animation-name: fadeInDown50;
  animation-name: fadeInDown50;
}

@-webkit-keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown30 {
  -webkit-animation-name: fadeInDown30;
  animation-name: fadeInDown30;
}

@-webkit-keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown20 {
  -webkit-animation-name: fadeInDown20;
  animation-name: fadeInDown20;
}

@-webkit-keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown10 {
  -webkit-animation-name: fadeInDown10;
  animation-name: fadeInDown10;
}

/* fadeInWidth */
@-webkit-keyframes fadeInWidth100 {
  from {
    width: 0;
    opacity: 1;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadeInWidth100 {
  from {
    width: 0;
    opacity: 1;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}

.fadeInWidth100 {
  -webkit-animation-name: fadeInWidth100;
  animation-name: fadeInWidth100;
}

/* fadeIn */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/*--å…¬å…±æ&nbsp;·å¼--*/
/* body {
  padding-top: 60px;
} */

.hideScroll {
  overflow: hidden;
}

.defaheader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  padding: 15px;
  background: #000;
}

.defalogo {
  display: block;
  float: left;
}

.defalogo img {
  height: 30px;
}

.defanav {
  position: fixed;
  left: 0px;
  top: 60px;
  background: #fff;
  bottom: 0px;
  overflow-y: auto;
  right: 0px;
  display: none;
}

.defanav ul {
  padding: 20px;
}

.defanav ul li {
  border-bottom: 1px solid #eee;
  line-height: 40px;
  position: relative;
}

.defanav ul li&gt;a {
  color: #000;
  display: block;
}

.defanav ul li p {
  display: none;
  padding: 0px 10px 10px;
}

.defanav ul li p a {
  display: block;
  font-size: 14px;
  line-height: 30px;
}

.defanav ul li p a:hover {
  color: red;
}

.defanavbtn {
  float: right;
  width: 28px;
  height: 22px;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 15px;
}

.defanavbtn span {
  display: block;
  height: 2px;
  background: #fff;
  top: 0px;
  position: absolute;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.defanavbtn span:nth-child(2) {
  top: 8px;
}

.defanavbtn span:nth-child(3) {
  top: 17px;
}

.defacloseNavbtn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}

.defacloseNavbtn span:nth-child(2) {
  display: none;
}

.defacloseNavbtn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}

.defanav ul li i {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 30%;
}

.defanav ul li i:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
}

.defanav ul li.cur i:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.defaSearch {
  float: right;
  padding-left: 20px;
}

.defaSearch span {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/searchIcon.png) no-repeat center;
  display: block;
}

.defaSearch .defaSearchbox {
  position: fixed;
  width: 100%;
  background: #fff;
  right: 0px;
  left: 0px;
  top: 60px;
  max-height: inherit;
  display: none;
}

.defaSearch .defaSearchbox label {
  display: block;
  padding: 10px 65px 10px 15px;
}

.defaSearch .defaSearchbox label input {
  width: 100%;
  vertical-align: middle;
}

.defaSearch .defaSearchbox .defaSearchBtn {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6) url(../images/searchIcon.png) no-repeat center;
}

.defaSearch span.closeSearchbox {
  background: url(../images/closeIcon.png) no-repeat center;
}

.defaLanguage {
  float: right;
  font-size: 12px;
  color: #fff;
  margin-left: 20px;
  position: relative;
}

.defaLanguage span {
  display: inline-block;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}

.defaLanguage span a {
  color: #fff;
}

.defaLanguage p {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #fff;
  right: 0px;
  text-align: center;
  display: none;
}

.defaLanguage p a {
  display: block;
  line-height: 30px;
}

.defacommonBanner {
  position: relative;
  overflow: hidden;
}

.defacommonBanner img {
  display: block;
  height: 200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.defacommonBanner h3 {
  font-size: 20px;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.defaBanner {
  overflow: hidden;
  position: relative;
}

.defaBanner img {
  display: block;
  height: 300px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.defaBanner ul li {
  overflow: hidden;
}

.defaBannerText {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.defaBannerText h3 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.defaBannerText .desc {
  font-size: 14px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.defaBanner ul li.swiper-slide-active .defaBannerText h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.defaBanner ul li.swiper-slide-active .defaBannerText .desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.defaBannerdot {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.defaBannerdot span {
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px 5px;
}

.defaBannerdot span.swiper-pagination-bullet-active {
  background: #fff;
}

.defaBannerPrev,
.defaBannerNext {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  z-index: 99;
  cursor: pointer;
}

.defaBannerPrev::after,
.defaBannerNext::after {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  left: -webkit-calc(50% - 2px);
  left: calc(50% - 2px);
  top: 50%;
}

.defaBannerPrev {
  left: 10px;
}

.defaBannerPrev::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  left: -webkit-calc(50% + 2px);
  left: calc(50% + 2px);
}

.defaBannerNext {
  right: 10px;
}

.defaBannerNext::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.defaBannerPrev:hover,
.defaBannerNext:hover {
  background: #fff;
}

.defaBannerPrev:hover::after,
.defaBannerNext:hover::after {
  border-color: #666;
}

.defaSecondLevelColumn {
  overflow: hidden;
  position: relative;
  padding-right: 1px;
}

.defaSecondLevelColumn ul li {
  width: auto;
  font-size: 14px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: -1px;
}

.defaSecondLevelColumn ul li a {
  display: block;
  padding: 0px 20px;
}

.WaterfallFlow ul li {
  width: 50%;
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.WaterfallFlow ul li img {
  display: block;
  width: 100%;
}

.WaterfallFlow ul li .FlowContent {
  padding: 10px;
  background: #f3f3f3;
}

.WaterfallFlow ul li .FlowContent .time {
  font-size: 14px;
  padding-bottom: 10px;
  color: #585858;
}

.WaterfallFlow ul li .FlowContent h3 {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  line-height: 22px;
}

.WaterfallFlow ul li .FlowContent .desc {
  font-size: 12px;
  color: #585858;
  line-height: 18px;
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 10px;
}




/*--å…¬å…±éƒ¨åˆ†--*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  cursor: pointer;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
  color: #333;
}

ul,
li {
  list-style: none;
}

img {
  border: 0px;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  border: 1px solid #ccc;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}

.bd_weixin_popup,
.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.commonweb {
  padding: 0px 15px;
}

.commonwebbox {
  margin-left: 0px;
  margin-right: 0px;
}

.commonleft {
  float: none;
}

.commonright {
  float: none;
}

.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}

.hidden-sm,
.hidden-md,
.hidden-lg {
  display: block;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (max-width: 320px) {
  body {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  .commonweb {
    padding: 0px 20px;
  }

  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .visible-sm {
    display: block;
  }

  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .commonweb {
    padding: 0px 40px;
  }

  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }

  .commonleft {
    float: left;
  }

  .commonright {
    float: right;
  }

  .visible-md {
    display: block;
  }

  .hidden-md {
    display: none;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  html {
    cursor: default;
  }

  .commonleft {
    float: left;
  }

  .commonright {
    float: right;
  }

  .visible-lg {
    display: block;
  }

  .hidden-lg {
    display: none;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1260px) {
  .commonweb {
    margin: 0px auto;
    max-width: 1200px;
    padding: 0;
  }
}

/* layout start*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical&gt;.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow&gt;.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode&gt;.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -o-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}


@font-face {
  font-family: 'TITILLIUM';
  src: url(/fonts/TITILLIUMWEB-SEMIBOLD.woff);
}

.ovhid {
  overflow: hidden;
}

.ac {
  color: #1e73de;
}

.disblock {
  display: block;
}

.inblock {
  display: inline-block;
}

.font16 {
  font-size: 14px;
}

.font17,
.font18 {
  font-size: 15px;
}

.font20,
.font22 {
  font-size: 16px;
}

.font24,
.font26,
.font28 {
  font-size: 18px;
}

.font30,
.font32,
.font36,
.font40,
.font42,
.font46 {
  font-size: 20px;
}

.font54 {
  font-size: 24px;
}

.font60 {
  font-size: 30px;
}

.lighter {
  font-weight: lighter;
}

.unline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.scale img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.grey {
  color: #666;
}

.white {
  color: #fff;
}

.imghover img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .font16 {
    font-size: 16px;
  }

  .font17 {
    font-size: 17px;
  }

  .font18,
  .font17 {
    line-height: 34px;
  }

  .font18,
  .font22,
  .font20 {
    font-size: 18px;
  }

  .font28,
  .font24,
  .font26 {
    font-size: 22px;
  }

  .font30,
  .font32,
  .font36 {
    font-size: 24px;
  }

  .font40,
  .font42 {
    font-size: 26px;
  }

  .font46 {
    font-size: 28px;
  }

  .font54 {
    font-size: 30px;
  }

  .distable {
    width: 100%;
    display: table;
  }

  .table-cell {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1024px) {

  .font22,
  .font20 {
    font-size: 20px;
  }

  .font24 {
    font-size: 24px;
  }

  .font26 {
    font-size: 26px;
  }

  .font28 {
    font-size: 28px;
    line-height: normal;
  }

  .font40,
  .font42 {
    font-size: 30px;
    line-height: normal;
  }

  .font46 {
    font-size: 32px;
  }

  .font54 {
    font-size: 36px;
  }

  .md-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }

  .font30 {
    font-size: 30px;
    line-height: normal;
  }

  .font32 {
    font-size: 32px;
    line-height: normal;
  }

  .font36 {
    font-size: 36px;
    line-height: normal;
  }

  .font40 {
    font-size: 40px;
  }

  .scale:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  .font42 {
    font-size: 42px;
  }

  .font46 {
    font-size: 46px;
  }

  .font54 {
    font-size: 54px;
  }

  .imghover:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
}

.headerA {
  width: 100%;
  height: 60px;
  background-color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.headerA .logo {
  vertical-align: top;
  padding: 18px 0;
  color: #1e73de;
  font-size: 20px;
display: inline-block;
}
.headerA .logo p{float: left;margin-top: 5px;white-space: nowrap}

.headerA .logo img {
  display: block;
  height: 24px;
  float: left;
  margin-right: 20px;
}

.headerA .nav-btn {
  width: 28px;
  height: 20px;
  display: block;
  position: relative;
  margin-top: 20px;
  margin-right: 1px;
}

.headerA .nav-btn span {
  top: 50%;
  margin-top: -1px;
  left: 0;
  position: absolute;
  background-color: #666;
  width: 28px;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.headerA .nav-btn span:first-child {
  content: "";
  top: 0;
  left: 0;
  margin-top: 0;
}

.headerA .nav-btn span:last-child {
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
}

.headerA .nav-btn.on span {
  opacity: 0;
}

.headerA .nav-btn.on span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  opacity: 1;
}

.headerA .nav-btn.on span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  opacity: 1;
}

.headerA .search-wrap {
  position: relative;
  margin-right: 15px;
}

.headerA .search-btn {
  width: 30px;
  height: 60px;
  background: url(../images/icon18.png) center center no-repeat;
  display: block;
}

.headerA .search-box {
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  z-index: 9;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
}

.headerA .search-text {
  width: 100%;
  line-height: 24px;
  padding: 11px 60px 11px 11px;
  color: #666666;
}

.headerA .sreach-btn {
  width: 40px;
  height: 39px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f2f2f2 url(../images/icon18.png) center center no-repeat;
  -o-background-size: 40%;
  background-size: 40%;
}

.headerA .headeritem .sreach-btn {
  background-image: url(../images/icon18.png);
  height: 46px;
}

.headerA .language {
  width: 35px;
  height: 60px;
  background: url(../images/icon19.png) center center no-repeat;
  margin-right: 13px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.headerA nav {
  width: 100%;
  position: fixed;
  height: 100%;
  padding-bottom: 60px;
  overflow-y: scroll;
  top: 60px;
  left: 0;
  z-index: 100;
  background-color: #FFFFFF;
  display: none;
}

.headerA nav ul {
  border-bottom: 1px solid #ddd;
}

.headerA nav a {
  display: block;
  color: #4c4c4c;
  font-size: 14px;
}

.headerA nav li&gt;a {
  font-size: 16px;
  padding: 15px 20px;
  position: relative;
}

.headerA nav li {
  border-top: 1px solid #ddd;
}

.headerA nav li.cur&gt;a,
.headerA nav li:hover&gt;a {
  color: #1e73de;
}

.headerA nav .arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.headerA .sub-nav {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 0 10px;
  display: none;
}

.headerA .sub-nav a {
  color: #333;
  display: block;
  padding: 5px 30px;
}

.headerA .sub-nav a:hover,
.headerA .sub-nav a.cur {
  color: #1e73de;
}

.headerA .header-thumb {
  position: relative;
}

.headerA .language.active .language-box {
  opacity: 1;
  top: 97%;
  pointer-events: auto;
}

.headerA .language-box {
  position: absolute;
  top: 80px;
  width: 100px;
  left: -30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 3px solid #1e73de;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
  opacity: 0;
  padding: 10px 0;
}

.headerA .language-box a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.headerA .language-box a:hover {
  color: #1e73de;
}

@media (min-width: 1024px) {

  .headerA,
  .header {
    height: 78px;
  }

  .headerA .nav-btn {
    display: none;
  }

  .headerA .logo {
    padding: 25px 0;
  }

  .headerA .logo img {
    height: 30px;
  }

  .headerA .header-thumb a {
    height: 80px;
  }

  .headerA .header-thumb .language-box a {
    height: 30px;
  }

  .headerA .search-wrap {
    margin-right: 0;
  }

  .headerA .search-box {
    width: 240px;
    position: absolute;
    top: 78px;
    right: 0;
  }

  .headerA nav {
    display: block;
    position: static;
    float: right;
    width: auto;
    background: none;
    padding-right: 20px;
    overflow: inherit;
    height: auto;
  }

  .headerA nav ul {
    border-bottom: none;
  }

  .headerA nav li {
    float: left;
    border-top: none;
    position: relative;
  }

  .headerA nav li a {
    font-size: 14px;
  }

  .headerA nav li:hover .sub-nav {
    opacity: 1;
    top: 95%;
    pointer-events: auto;
  }

  .headerA nav li&gt;a {
    padding: 29px 12px;
  }

  .headerA .sub-nav {
    border-top: 3px solid #1e73de;
    position: absolute;
    left: 50%;
    top: 110%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .headerA .sub-nav a {
    white-space: nowrap;
    padding: 10px 25px;
    color: #fff;
  }

  .headerA .language {
    height: 80px;
    margin-right: 0;
    margin-left: 18px;
  }

  .headerA .search-wrap {
    padding-left: 0;
  }

  .headerA nav {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .headerA nav {
    padding-right: 30px;
  }

  .headerA nav li&gt;a {
    padding: 29px 17px;
    font-size: 16px;
  }
}

footer {
  background-color: #333;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}

.footer .weixinbox {
  color: #777;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
}

.footer .weixinbox em {
  display: inline-block;
  vertical-align: -11px;
  width: 33px;
  height: 33px;
  background: url(../images/icon22.png) 0 0 no-repeat;
}

.footer .weixinbox.weibo em {
  background-image: url(../images/icon23.png);
}

.footer .code-box {
  width: 90px;
  position: absolute;
  bottom: 35px;
  padding-bottom: 10px;
  left: 50%;
  z-index: 99;
  margin-left: -45px;
  display: none;
}

.footer .code-box img {
  display: block;
  border: 1px dashed #D0D0D0;
  padding: 4px;
  background: #fff;
  width: 100%;
}

.footer .code-box:after {
  content: "";
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 9;
  background: url(../images/fta-arror.png);
  margin-left: -8px;
}

.footer-info {
  padding-top: 10px;
  font-family: 'Verdana';
  font-size: 13px;
}

.footer-info a {
  color: rgba(177, 211, 255, 0.5);
}

@media (min-width: 768px) {
  footer {
    padding: 30px 0;
  }

  .footer-info {
    float: left;
    padding-top: 0;
  }

  .attention {
    float: right;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  footer {
    padding: 27px 0 53px;
  }

  .attention {
    padding-top: 5px;
    padding-right: 0;
  }

  .footer .code-box {
    width: 120px;
    margin-left: -60px;
  }

  .footer .weixinbox {
    padding-top: 10px;
  }

  .footer-info {
    padding-top: 10px;
  }
}

@media (min-width: 1260px) {
  .header {
    padding: 0 3.5417%;
  }

  .header .commonweb {
    max-width: none;
  }

  footer {
    padding: 27px 3.5417% 53px;
  }

  footer .commonweb {
    max-width: none;
  }
}

.subbanner img {
  height: 200px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .subbanner img {
    width: 100%;
    height: auto;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.banner {
  position: relative;
}

.banner li {
  overflow: hidden;
  position: relative;
}

.banner img {
  height: 200px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  color: #fff;
}

.banner .en {
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.banner h3 {
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.banner .active .en,
.banner .active h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.banner .banner-dot {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 30;
  text-align: center;
}

.banner .banner-dot span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 5px;
}

.banner .banner-dot span.swiper-pagination-bullet-active {
  background-color: #1e73de;
}

@media (min-width: 450px) {
  .banner img {
    width: 100%;
    height: auto;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 768px) {
  .banner .en {
    font-size: 18px;
  }

  .banner h3 {
    font-size: 24px;
  }

  .banner .banner-dot span {
    width: 30px;
    height: 5px;
  }
}

@media (min-width: 1024px) {
  .banner .en {
    font-size: 24px;
  }

  .banner h3 {
    font-size: 30px;
  }

  .banner .banner-dot {
    bottom: 10px;
  }

  .banner .banner-dot span {
    width: 40px;
    margin: 0 8px;
  }
}

@media (min-width: 1260px) {
  .banner .text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .banner h3 {
    font-size: 64px;
  }
}

.inTitle {
  text-align: center;
  padding-bottom: 15px;
}

.inTitle h2 {
  color: #2577df;
}

.inTitle h2:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #2577df;
  margin: 3px auto 5px;
}

.inTitle h3 {
  color: #ccc;
}

.inProduct {
  padding: 30px 0;
}

.inProduct-list img {
  width: 100%;
  display: block;
}

.inProduct-list .thumb {
  position: relative;
  display: block;
}

.inProduct-list .thumb:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/shadow.png) bottom center no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.inProduct-list li {
  padding-bottom: 20px;
}

.inProduct-list h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
  padding-bottom: 10px;
}

#cas {
  display: none;
}

@media (min-width: 768px) {
  .inTitle h2:after {
    margin: 3px auto;
  }

  .inProduct-list li {
    padding: 0 9px 18px;
  }

  .inProduct-list li:nth-child(4),
  .inProduct-list li:nth-child(5) {
    width: 50%;
  }

  .inProduct {
    position: relative;
  }

  .inProduct .commonweb {
    position: relative;
    z-index: 2;
  }

  #cas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
  }
}

@media (min-width: 1024px) {
  .inProduct {
    padding: 40px 0;
  }

  .inProduct-list h3 {
    padding-bottom: 18px;
  }
}

@media (min-width: 1260px) {
  .inTitle {
    padding-bottom: 45px;
  }

  .inProduct {
    padding: 70px 0;
  }

  .inProduct-list a {
    overflow: hidden;
  }

  .inProduct-list img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
  }

  .inProduct-list li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
}

.inProject {
  padding: 30px 0;
  background-color: #f2f2f2;
}

.inProject-container {
  position: relative;
  padding: 0 50px;
}

.inProject-container .btn {
  width: 14px;
  height: 26px;
  display: block;
  background: url(../images/icon20.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.inProject-container .prev {
  left: 0;
}

.inProject-container .next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inProject-bd a {
  display: block;
}

.inProject-bd img {
  width: 100%;
  display: block;
}

.inProject-bd .title {
  padding: 10px;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
}

.inProject-bd h3 {
  color: #58596d;
}

.inProject-bd .en {
  color: #1e73de;
}

@media (min-width: 1024px) {
  .inProject {
    padding: 40px 0;
  }

  .inProject-bd h3 {
    padding-bottom: 5px;
  }

  .inProject-bd .title {
    padding: 20px 10px 30px;
  }
}

@media (min-width: 1260px) {
  .inProject {
    padding: 75px 0 95px;
  }

  .inProject-container .btn:hover {
    background-image: url(../images/icon21.png);
  }

  .inProject-bd a:hover .title {
    background-color: #1e73de;
  }

  .inProject-bd a:hover h3,
  .inProject-bd a:hover .en {
    color: #fff;
  }
}

@media (min-width: 1400px) {
  .inProject-container {
    padding: 0;
  }

  .inProject-container .prev {
    left: -70px;
  }

  .inProject-container .next {
    right: -70px;
  }
}

.inNews {
  padding: 30px 0;
}

.inNews img {
  width: 100%;
  display: block;
}

.inNews-bd {
  text-align: center;
}

.inNews-bd .inNews-dot {
  padding-top: 5px;
}

.inNews-bd .inNews-dot span {
  background-color: #ccc;
  margin: 0 5px;
}

.inNews-bd .inNews-dot span.swiper-pagination-bullet-active {
  background-color: #1e73de;
}

.inNews-topic {
  padding-top: 0px;
}

.inNews-topic .icon {
  display: inline-block;
  min-width: 69px;
  line-height: 25px;
  text-align: center;
  background-color: #f0a02c;
  color: #fff;
}

.inNews-topic h3 {
  color: #333;
  padding: 5px 0;
}

.inNews-topic .date {
  color: #999;
}

.inNews-list {
  padding-top: 10px;
}

.inNews-list li {
  overflow: hidden;
  line-height: 30px;
}

.inNews-list a {
  width: 70%;
  float: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4c4c4c;
}

.inNews-list .date {
  float: right;
  color: #8d8d8d;
}

.inNews-control {
  display: none;
}

@media (min-width: 1024px) {
  .inNews-bd {
    width: 50%;
    float: left;
  }

  .text-container {
    width: 50%;
    float: right;
    padding-left: 30px;
  }

  .inNews-list h3 {
    font-size: 16px;
  }
}

@media (min-width: 1260px) {
  .inNews {
    padding-top: 75px;
    padding-bottom: 90px;
    background: url(../images/img47.jpg) center bottom no-repeat;
  }

  .inNews .inTitle {
    padding-bottom: 50px;
  }

  .inNews-bd {
    width: 54%;
  }

  .inNews-bd .inNews-dot {
    display: none;
  }

  .text-container {
    width: 45%;
    position: relative;
  }

  .inNews-topic {
    padding-top: 10px;
  }

  .inNews-topic h3 {
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .inNews-list {
    padding-top: 155px;
  }

  .inNews-list li {
    line-height: 36px;
  }

  .inNews-control {
    display: block;
    position: absolute;
    left: -12px;
    top: 195px;
    overflow: hidden;
  }

  .inNews-control .btn {
    width: 53px;
    height: 52px;
    float: left;
    background: url(../images/img48.jpg) no-repeat;
  }

  .inNews-control .next {
    background-position-x: right;
  }

  .inNews-control .num {
    min-width: 88px;
    height: 52px;
    line-height: 52px;
    float: left;
    font-size: 14px;
    color: #666;
    text-align: center;
    background-color: #f2f6ff;
  }

  .inNews-control .num i {
    font-style: normal;
  }

  .inNews-list a {
    width: 78%;
  }

  .inNews-list a,
  .inNews-list .date {
    font-size: 16px;
  }
}

.inContact {
  padding-top: 30px;
  color: #cde3ff;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.inContact h3 {
  color: #fff;
}

.inContact h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #f0a02c;
  margin: 10px 0;
}

.inContact footer {
  background-color: rgba(29, 97, 183, 0.5);
  margin-top: 30px;
  color: rgba(177, 211, 255, 0.5);
}

.inContact-info ul {
  padding-top: 10px;
}

.inContact-info li {
  margin: 8px 0;
  padding-left: 40px;
  line-height: 30px;
}

.inContact-info .address {
  background: url(../images/icon24.png) 2px 0 no-repeat;
}

.inContact-info .tel {
  background: url(../images/icon25.png) 2px 0 no-repeat;
}

.inContact-info .fax {
  background: url(../images/icon26.png) 2px 0 no-repeat;
}

.inContact-info .post {
  background: url(../images/icon27.png) left 0 no-repeat;
}

.inContact-info .email {
  background: url(../images/icon28.png) 2px 0 no-repeat;
}

.inContact-map img {
  display: block;
  max-width: 100%;
}

@media (min-width: 768px) {
  .inContact {
    padding-top: 50px;
  }

  .inContact footer {
    margin-top: 50px;
  }

  .inContact-info {
    width: 50%;
    float: left;
  }

  .inContact-map {
    width: 50%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .inContact {
    padding-top: 70px;
  }

  .inContact footer {
    margin-top: 60px;
    padding-bottom: 35px;
  }

  .inContact h3:after {
    margin: 20px 0 25px;
  }

  .inContact-info {
    font-size: 16px;
  }

  .inContact-info li {
    line-height: 35px;
    background-position-y: center !important;
  }
}

@media (min-width: 1260px) {
  .inContact {
    padding-top: 95px;
  }

  .inContact-info {
    padding-left: 120px;
  }

  .inContact-info li {
    margin: 0;
    line-height: 48px;
  }

  .inContact-map img {
    float: right;
    margin-right: 50px;
  }
}

.full-insideC-nav {
  background-color: #f3f3f3;
}

.full-insideC-nav .channel-title {
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}

.full-insideC-nav .channel-title:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 30px;
  margin-left: 10px;
  background: url(../images/navdw.png) no-repeat center;
  -o-background-size: 14px auto;
  background-size: 14px auto;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.full-insideC-nav .channel-title.cur:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.full-insideC-nav .inside-nav {
  position: relative;
}

.full-insideC-nav .channel-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
  width: 100%;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  background-color: #f3f3f3;
}

.full-insideC-nav .channel-nav li {
  border-bottom: 1px solid #ccc;
}

.full-insideC-nav .channel-nav li:first-child {
  display: none;
}

.full-insideC-nav .channel-nav .cur .title a,
.full-insideC-nav .channel-nav .cur&gt;a {
  color: #1e73de;
}

.full-insideC-nav .channel-nav a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 6px 20px;
  color: #111;
}

.full-insideC-nav .title {
  position: relative;
}

.full-insideC-nav .title.hassub em {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/insideCarr.png);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.full-insideC-nav .title.ac em {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.full-insideC-nav .insubnav {
  display: none;
}

.full-insideC-nav .insubnav a {
  padding: 6px 40px;
}

@media (min-width: 1024px) {
  .full-insideC-nav .channel-title {
    display: none;
  }

  .full-insideC-nav .channel-nav {
    display: block !important;
    position: relative;
    top: 0;
    border-top: 0;
    padding: 0;
  }

  .full-insideC-nav .channel-nav li {
    position: relative;
    float: left;
    border-bottom: 0;
  }

  .full-insideC-nav .channel-nav .title a {
    line-height: 50px;
    padding: 0 140px 0 20px;
    border-left: 1px solid #dcdcdc;
  }

  .full-insideC-nav .channel-nav li:first-child {
    display: block;
  }

  .full-insideC-nav .channel-nav li:last-child .title a {
    border-right: 1px solid #dcdcdc;
  }

  .full-insideC-nav .channel-nav .title a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .full-insideC-nav .channel-nav .title a:hover {
    color: #fff;
    background-color: #1e73de;
    border-color: #1e73de;
  }

  .full-insideC-nav .channel-nav .hassub a:after {
    background-image: url(../images/insideCarr.png);
  }

  .full-insideC-nav .channel-nav .hassub a:hover:after {
    background-image: url(../images/insideCarrac.png);
  }

  .full-insideC-nav .channel-nav em {
    display: none;
  }

  .full-insideC-nav .channel-nav .ac .title a,
  .full-insideC-nav .channel-nav .cur .title a {
    color: #fff;
    background-color: #1e73de;
    border-color: #1e73de;
  }

  .full-insideC-nav .channel-nav .ac .hassub a:after,
  .full-insideC-nav .channel-nav .cur .hassub a:after {
    background-image: url(../images/insideCarrac.png);
  }

  .full-insideC-nav .insubnav {
    background-color: #f3f3f3;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 15px 0;
  }

  .full-insideC-nav .insubnav a {
    padding: 6px 20px;
  }

  .full-insideC-nav .insubnav a:hover {
    color: #1e73de;
  }
}

.wrapper {
  padding: 30px 0;
}

.wrapper-thumb {
  text-align: center;
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.wrapper-thumb h2 {
  display: inline-block;
  vertical-align: top;
}

.wrapper-thumb a {
  color: #6e6e6e;
  font-size: 16px;
}

.wrapper-thumb a:first-child {
  float: left;
}

.wrapper-thumb a:first-child:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 7px;
  background: url(../images/img01.jpg) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.wrapper-thumb a:last-child {
  float: right;
}

.wrapper-thumb a:last-child:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 7px;
  background: url(../images/img02.jpg) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    padding: 50px 0;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    padding: 70px 0 80px;
  }

  .wrapper-thumb {
    line-height: 40px;
    padding-bottom: 27px;
    margin-bottom: 60px;
  }
}

.introduction img {
  max-width: 100%;
  display: block;
}

.introduction .text {
  padding: 15px 0;
  color: #666;
  text-align: justify;
  line-height: 24px;
}

.introduction h3 {
  text-transform: uppercase;
  font-family: 'TITILLIUM';
  padding: 5px 0;
}

.introduction .text-bot {
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 20px 40px;
  margin-top: 15px;
  position: relative;
}

.introduction .text-bot .icon {
  width: 30px;
  position: absolute;
  right: 20px;
  bottom: -10px;
}

@media (min-width: 768px) {
  .introduction {
    padding-left: 40%;
    position: relative;
  }

  .introduction .img {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .introduction .img img {
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .introduction .text-top {
    padding-left: 30px;
    padding-right: 20px;
  }

  .introduction .text-bot {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .introduction .text {
    padding-bottom: 50px;
  }

  .introduction .text-top {
    padding-right: 30px;
  }

  .introduction .text-bot {
    padding: 40px 30px;
    margin-top: 30px;
  }
}

@media (min-width: 1260px) {
  .introduction .text {
    padding-top: 20px;
    padding-bottom: 63px;
  }

  .introduction .text-top {
    padding-left: 60px;
    padding-right: 55px;
  }

  .introduction .text-bot {
    padding: 60px 55px 80px 60px;
    margin-top: 35px;
  }

  .introduction .text-bot .icon {
    width: 44px;
    right: 53px;
    bottom: -20px;
  }
}

.partner ul {
  margin: 0 -10px;
}

.partner li {
  padding: 10px;
}

.partner a {
  width: 100%;
  height: 70px;
  border: 1px solid #eee;
  display: block;
  text-align: center;
  display: block;
}

.partner a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.partner img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .partner a {
    height: 85px;
  }
}

@media (min-width: 1260px) {
  .partner ul {
    margin-bottom: -25px;
  }

  .partner li {
    width: 20%;
    padding: 0 13px 25px;
  }
}

.culture {
  text-align: center;
}

.mission {
  margin-top: 40px;
  padding: 40px 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.mission h3 {
  padding-bottom: 5px;
}

.mission:before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  background-color: #1e73de;
}

.val {
  padding-top: 25px;
}

.val-box {
  text-align: left;
}

.val-box .cir {
  color: #878787;
}

.val-box ul {
  padding-top: 10px;
}

.val-box li {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .mission {
    margin-top: 100px;
    padding-bottom: 40px;
    padding-top: 75px;
  }

  .mission:before {
    height: 100px;
    top: -50px;
  }

  .val-box li {
    padding-bottom: 15px;
  }
}

@media (min-width: 1260px) {
  .val {
    padding-top: 53px;
  }

  .val-box {
    padding-top: 70px;
    text-align: center;
  }

  .val-box:before {
    content: '';
    display: block;
    width: 83.4%;
    height: 1px;
    margin: 0 auto;
    background-color: #d9d9d9;
  }

  .val-box ul {
    padding-top: 0;
    margin: 0 -25px;
    position: relative;
  }

  .val-box ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 58px;
    background-color: #d9d9d9;
    position: absolute;
    left: 50%;
    top: -58px;
    margin-left: -0.5px;
  }

  .val-box li {
    width: 20%;
    float: left;
    position: relative;
    padding: 155px 25px 0;
  }

  .val-box li:before {
    content: '';
    display: block;
    width: 1px;
    height: 135px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
  }

  .val-box h4 {
    width: 100%;
    line-height: 56px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
  }

  .val-box .cir {
    min-height: 195px;
    border: 5px solid #1e73de;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 30px;
    position: relative;
  }

  .val-box .art {
    width: 100%;
    padding: 0 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 24px;
  }
}

.product-list ul {
  padding-top: 20px;
}

.product-list .thumb {
  display: block;
  background-color: #fcfcfc;
  border: 1px solid #d9d9d9;
  padding: 15px 20px;
}

.product-list li {
  padding-bottom: 20px;
}

.product-list h3 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-list h3:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background-color: #1e73de;
  margin: 10px 0;
}

.product-list .desc {
  color: #878787;
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-list .article {
  padding: 0 10px;
}

.product-table .text {
  padding: 5px 0 8px;
}

.product-tab {
  overflow-x: auto;
}

.product-tab table {
  width: 1200px;
}

.product-tab th {
  min-width: 115px;
  height: 58px;
  vertical-align: middle;
  color: #1e73de;
  font-weight: normal;
  background-color: #f2f8ff;
  position: relative;
}

.product-tab th,
.product-tab td {
  border: 1px solid #d9d9d9;
  word-break: break-all;
  white-space: nowrap;
}

.product-tab td {
  padding: 13px 10px;
  color: #666;
}

.product-tab a {
  color: #666;
}

.product-tab .select {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  background-color: #e5f1ff;
  padding-bottom: 5px;
  display: none;
}

.product-tab .select a {
  display: block;
  text-align: left;
  padding: 0 10px;
  line-height: 30px;
  color: #6197dc;
  white-space: nowrap;
}

.product-tab .has {
  cursor: pointer;
}

.product-tab .has:after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: url(../images/icon02.png) center center no-repeat;
  position: absolute;
  left: 0;
  bottom: 9px;
}

.down-btn {
  text-align: center;
  margin-bottom: 15px;
}

.down-btn a {
  min-width: 80px;
  text-align: center;
  background-color: #f2f8ff;
  display: inline-block;
  line-height: 30px;
}

.page {
  padding-top: 30px;
}

.page img {
  margin: 0 auto;
  display: block;
}

.page {
  text-align: center;
}

.page .laypageskin_molv a,
.page .laypageskin_molv span {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 2px 0 3px;
  border: 1px solid #d8d8d8;
  display: inline-block;
  background-color: #fff;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 0;
}

.page .laypageskin_molv a img {
  display: inline-block;
  vertical-align: middle;
}

.page .laypageskin_molv .laypage_curr {
  color: #fff;
  background-color: #1e73de !important;
  border-color: #1e73de;
}

.product-info .img {
  border: 1px solid #dcdcdc;
}

.product-info img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.product-info .section {
  padding-top: 20px;
}

.product-info h2 {
  padding-bottom: 10px;
  padding-left: 10px;
}

.product-info .dot {
  display: block;
}

.product-info .dot:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  overflow: hidden;
}

.product-info .text {
  padding: 10px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  line-height: 26px;
}

.product-introduction {
  padding-top: 30px;
}

.product-introduction h3 {
  padding-bottom: 5px;
}

.product-introduction .text {
  line-height: 30px;
}

@media (min-width: 768px) {
  .product-list ul {
    margin: 0 -10px;
  }

  .product-table .text {
    padding-bottom: 0;
  }

  .down-btn a {
    line-height: 38px;
    margin-top: -18px;
    float: right;
  }

  .page {
    padding-top: 40px;
  }

  .product-info .dot {
    width: 50%;
    float: left;
    line-height: 30px;
  }

  .product-info .full {
    width: 100%;
  }

  .product-info h3 {
    padding: 10px 0;
  }
}

@media (min-width: 1024px) {
  .product-info {
    width: 100%;
    display: table;
  }

  .product-info .img,
  .product-info .section {
    display: table-cell;
    vertical-align: top;
  }

  .product-info .img {
    width: 41.7%;
  }

  .product-info .section {
    width: 58.3%;
    padding-top: 0;
  }

  .product-info .hd {
    padding-left: 5.7%;
  }

  .product-introduction {
    padding-top: 50px;
  }

  .product-introduction h3 {
    padding-bottom: 15px;
  }
}

@media (min-width: 1260px) {
  .product-list ul {
    margin: 0 -15px -15px;
  }

  .product-list li {
    padding: 15px;
  }

  .product-list .thumb {
    padding: 12px 20px 37px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }

  .product-list .thumb:hover {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  }

  .product-list h3:after {
    margin: 5px 0 10px;
  }

  .product-list .article {
    text-align: center;
    font-size: 16px;
  }

  .product-table {
    margin-top: -5px;
  }

  .page {
    padding-top: 50px;
  }

  .product-info h2 {
    margin-top: -5px;
    padding-bottom: 28px;
  }

  .product-info h3 {
    padding-bottom: 15px;
  }

  .product-info .text {
    padding-top: 20px;
    min-height: 340px;
  }

  .product-tab table tr:hover a {
    color: #1e73de;
  }

  .down-btn a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }

  .down-btn a:hover {
    background-color: #1e73de;
    color: #fff;
  }
}

.newsE-list {
  overflow: hidden;
  margin-bottom: 15px;
}

.newsE-list li {
  border-bottom: 1px dashed #e7e7e7;
}

.newsE-list li a {
  padding: 15px 0;
}

.newsE-list li .title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsE-list li .desc {
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsE-list a {
  display: block;
}

.newsE-list .thumb {
  overflow: hidden;
}

.newsE-list .thumb img {
  width: 100%;
}

.newsE-list .title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}

.newsE-list .date {
  font-size: 14px;
  line-height: 24px;
  color: #1e73de;
}

.newsE-list .desc {
  font-size: 14px;
  line-height: 24px;
  color: #a1a1a1;
}

.newsE-list .top-news {
  background: -webkit-gradient(linear, left top, right top, from(#e4e9ef), to(#fff));
  background: -webkit-linear-gradient(left, #e4e9ef, #fff);
  background: -moz- oldlinear-gradient(left, #e4e9ef, #fff);
  background: -o-linear-gradient(left, #e4e9ef, #fff);
  background: linear-gradient(to right, #e4e9ef, #fff);
}

.newsE-list .top-news .content {
  padding: 10px 15px;
}

.newsE-list .top-news .title {
  max-height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsE-list .top-news .desc {
  margin-bottom: 5px;
  max-height: 72px;
  line-height: 24px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.relatedE-news {
  background-color: #f2f2f2;
  padding: 15px 10px;
}

.relatedE-news .related-tilte {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

.relatedE-news .related-en {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #b9b9b9;
}

.relatedE-news li {
  margin-bottom: 20px;
}

.relatedE-news li a {
  display: block;
}

.relatedE-news .thumb {
  overflow: hidden;
  margin-bottom: 16px;
}

.relatedE-news .thumb img {
  width: 100%;
}

.relatedE-news .title {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #444444;
}

.relatedE-news .desc {
  font-size: 13px;
  line-height: 18px;
  color: #b4b4b4;
  max-height: 72px;
  line-height: 18px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media (min-width: 768px) {
  .newsE-list .top-news {
    overflow: hidden;
    zoom: 1;
  }

  .newsE-list .top-news .thumb {
    float: left;
    max-width: 50%;
  }

  .newsE-list .top-news .content {
    padding: 15px 20px;
    overflow: hidden;
    zoom: 1;
  }

  .newsE-list li a {
    padding: 27px 0;
    position: relative;
  }

  .newsE-list li .title {
    margin-bottom: 12px;
    padding-right: 160px;
  }

  .newsE-list li .date {
    position: absolute;
    right: 0;
    top: 27px;
  }

  .newsE-list .title {
    font-weight: bold;
  }

  .relatedE-news {
    padding: 15px 20px;
  }

  .relatedE-news ul {
    font-size: 0;
    margin: 0 -10px;
  }

  .relatedE-news li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .newsE-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .newsE-list {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
    padding: 0 30px 0 0;
  }

  .newsE-list img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    -moz-transition: transform ease .7s, -moz-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
  }

  .newsE-list a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }

  .newsE-list a:hover .title {
    color: #1e73de;
  }

  .newsE-list .title {
    font-size: 18px;
  }

  .newsE-list .date {
    font-size: 20px;
  }

  .newsE-list .top-news .content {
    padding: 17px 20px 10px;
  }

  .newsE-list .top-news .title {
    margin-bottom: 6px;
  }

  .newsE-list .top-news .desc {
    margin-bottom: 7px;
  }

  .relatedE-news {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    width: 300px;
  }

  .relatedE-news ul {
    margin: 0;
  }

  .relatedE-news li {
    margin-bottom: 36px;
    width: 100%;
    padding: 0;
  }

  .relatedE-news img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    -moz-transition: transform ease .7s, -moz-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
  }

  .relatedE-news a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }

  .relatedE-news a:hover .title {
    color: #1e73de;
  }

  .loadmore {
    padding: 50px 0 10px;
  }

  .loadmore a {
    line-height: 50px;
  }
}

@media (min-width: 1260px) {
  .relatedE-news {
    width: 400px;
    padding: 20px 30px;
  }
}

.single-page {
  padding: 20px 0;
  font-size: 14px;
  line-height: 22px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(../images/newsdetailAper.png);
  color: #a1a1a1;
}

.single-page * {
  white-space: normal !important;
}

.single-page img {
  max-width: 100%;
  margin: 0.5em 0;
}

.newsdetailA-article {
  padding-bottom: 30px;
}

.newsdetailA-article .article-tilte {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #595959;
}

.newsdetailA-article .date {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #ff2a2a;
}

.newsdetailA-share {
  padding: 9px 20px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  background-color: #f6f2d6;
  font-size: 0;
}

.newsdetailA-share .label {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #666666;
}

.newsdetailA-share .newsdetailA-bdshare {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}

.newsdetailA-share .newsdetailA-bdshare a {
  float: left;
  display: block;
  padding: 0;
  margin: 0 4px 0 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}

.newsdetailA-share .newsdetailA-bdshare .bds_weixin {
  background-image: url(../images/newsdetailAwxico.png);
}

.newsdetailA-share .newsdetailA-bdshare .bds_tsina {
  background-image: url(../images/newsdetailAsnico.png);
}

.newsdetailA-share .newsdetailA-bdshare .bds_sqq {
  background-image: url(../images/newsdetailAqqico.png);
}

.newsdetailA-related {
  padding: 15px 10px;
  background-color: #f2f2f2;
}

.newsdetailA-related .related-cn {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #444444;
}

.newsdetailA-related .related-en {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #b2b2b2;
}

.related-news li {
  margin-bottom: 20px;
}

.related-news a {
  display: block;
}

.related-news .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.related-news .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  min-height: 100%;
}

.related-news .thumb:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 58.82353%;
}

.related-news .date {
  font-size: 16px;
  line-height: 30px;
  color: #ff2a2a;
}

.related-news .title {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #444444;
}

.related-news .desc {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #b4b4b4;
  max-height: 54px;
  line-height: 18px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.related-news .more {
  font-size: 13px;
  line-height: 18px;
  color: #797a81;
}

@media (min-width: 768px) {
  .newsdetailA-related {
    padding: 15px 20px;
  }

  .related-news ul {
    font-size: 0;
    margin: 0 -10px;
  }

  .related-news li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .single-page {
    padding: 32px 0 28px;
  }

  .newsdetailA-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .newsdetailA-article {
    display: table-cell;
    vertical-align: top;
    padding: 55px 30px 58px 0;
  }

  .newsdetailA-article .article-tilte {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .newsdetailA-article .date {
    margin-bottom: 26px;
    font-size: 20px;
  }

  .newsdetailA-share {
    padding: 9px 30px;
    float: right;
  }

  .newsdetailA-share .label {
    padding-right: 30px;
  }

  .newsdetailA-related {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    width: 300px;
  }

  .related-news ul {
    margin: 0;
  }

  .related-news li {
    margin-bottom: 36px;
    width: 100%;
    padding: 0;
  }

  .related-news img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    -moz-transition: transform ease .7s, -moz-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
  }

  .related-news a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }

  .related-news a:hover .title {
    color: #ff2a2a;
  }

  .related-news a:hover .more {
    color: #ff2a2a;
  }

  .related-news .thumb {
    margin-bottom: 20px;
  }

  .related-news .date {
    margin-bottom: 3px;
    font-size: 22px;
  }

  .related-news .title {
    margin-bottom: 8px;
    font-weight: bold;
  }
}

@media (min-width: 1260px) {
  .newsdetailA-related {
    padding: 20px 30px;
    width: 400px;
  }
}

.problem li {
  padding-bottom: 22px;
}

.problem li:last-child {
  padding-bottom: 10px;
}

.problem-main {
  border: 1px solid #e6e6e6;
  padding: 10px 60px 10px 15px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.problem-main h3 {
  font-size: 14px;
}

.problem-main .date {
  color: #888;
}

.problem-main .icon {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f2f2f2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.problem-main .icon:before,
.problem-main .icon:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #878787;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.problem-main .icon:before {
  width: 20px;
  height: 2px;
}

.problem-main .icon:after {
  width: 2px;
  height: 20px;
}

.problem-main.on {
  border-color: #1e73de;
  background-color: #1e73de;
  color: #fff;
}

.problem-main.on .date {
  color: #fff;
}

.problem-main.on .icon {
  background-color: #005fd7;
}

.problem-main.on .icon:after,
.problem-main.on .icon:before {
  background-color: #fff;
}

.problem-thumb {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  display: none;
  color: #666;
  text-align: justify;
}

@media (min-width: 768px) {
  .problem-main {
    overflow: hidden;
    padding: 20px 80px 20px 30px;
  }

  .problem-main .date {
    float: right;
    font-size: 16px;
  }

  .problem-main h3 {
    float: left;
    font-size: 16px;
    max-width: 60%;
  }

  .problem-main .icon {
    width: 60px;
  }

  .problem-thumb {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 80px 35px 30px;
  }
}

@media (min-width: 1260px) {
  .problem-main {
    padding: 32px 160px 32px 55px;
  }

  .problem-main .icon {
    width: 90px;
  }

  .problem-main:hover {
    border-color: #1e73de;
    background-color: #1e73de;
    color: #fff;
  }

  .problem-main:hover .date {
    color: #fff;
  }

  .problem-main:hover .icon {
    background-color: #005fd7;
  }

  .problem-main:hover .icon:after,
  .problem-main:hover .icon:before {
    background-color: #fff;
  }

  .problem-thumb {
    padding: 35px 160px 50px 55px;
  }
}

.honorA-list {
  overflow: hidden;
  font-size: 0;
}

.honorA-list ul {
  margin: 0 -5px;
}

.honorA-list a {
  display: block;
  padding: 10px 10px 15px;
  background-color: #f2f2f2;
}

.honorA-list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.honorA-list .thumb {
  position: relative;
  overflow: hidden;
}

.honorA-list .thumb:after {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 80%;
}

.honorA-list .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.honorA-list .msg {
  padding-top: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666666;
}

.honorA-list .msg .title {
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.honorA-list .msg .desc {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.full-honorA-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
}

.full-honorA-popup .honorA-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 94%;
  height: 80%;
  max-width: 800px;
}

.full-honorA-popup .honorA-wrap li {
  text-align: center;
  font-size: 0;
}

.full-honorA-popup .honorA-wrap li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.full-honorA-popup .honorA-wrap li img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.full-honorA-popup .honorA-wrap li img.lanky {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.full-honorA-popup .honorA-popupsw {
  height: 100%;
}

.full-honorA-popup .honorA-pages {
  display: none;
}

.full-honorA-popup .honorA-ctrl {
  position: absolute;
  top: 50%;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  width: 38px;
  height: 74px;
  -o-background-size: 15px auto;
  background-size: 15px auto;
  margin-top: -37px;
}

.full-honorA-popup .honorA-prev {
  left: -5px;
  background-image: url(../images/honorAprev.png);
}

.full-honorA-popup .honorA-next {
  right: -5px;
  background-image: url(../images/honorAnext.png);
}

.full-honorA-popup .honorA-popupsw {
  height: 100%;
}

.full-honorA-popup .honorA-close {
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/honorAclose.png);
}

@media (min-width: 768px) {
  .honorA-list ul {
    margin: 0 -10px -10px;
  }

  .honorA-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .honorA-list li a {
    padding: 20px 20px 32px;
  }

  .honorA-list li .thumb:after {
    padding-bottom: 90%;
  }
}

@media (min-width: 1024px) {
  .honorA-list ul {
    margin: 0 -17px -35px;
  }

  .honorA-list li {
    width: 33.3333%;
    padding: 0 17px;
    margin-bottom: 34px;
  }

  .honorA-list li .thumb:after {
    padding-bottom: 95%;
  }

  .honorA-list li .thumb img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    -moz-transition: transform ease .7s, -moz-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
  }

  .honorA-list li a:hover img {
    -webkit-transform: scale(1.03) translate(-50%, -50%);
    -moz-transform: scale(1.03) translate(-50%, -50%);
    -ms-transform: scale(1.03) translate(-50%, -50%);
    -o-transform: scale(1.03) translate(-50%, -50%);
    transform: scale(1.03) translate(-50%, -50%);
  }

  .loadmore {
    padding: 15px 0;
  }

  .loadmore a {
    line-height: 50px;
  }

  .full-honorA-popup .honorA-close {
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: -o-transform ease .3s;
    -moz-transition: transform ease .3s, -moz-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s, -moz-transform ease .3s, -o-transform ease .3s;
  }

  .full-honorA-popup .honorA-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .full-honorA-popup .honorA-ctrl {
    -o-background-size: auto;
    background-size: auto;
  }

  .full-honorA-popup .honorA-prev {
    left: -80px;
  }

  .full-honorA-popup .honorA-next {
    right: -80px;
  }
}

.feedback-form .thumb {
  display: none;
}

.feedback-form input[type="text"] {
  display: block;
  width: 100%;
  margin-bottom: 11px;
  padding-left: 10px;
  line-height: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 96% center;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  border: 1px solid #edeae8;
}

.feedback-form input[type="text"]:focus {
  border-color: #1e73de;
}

.feedback-form .text-name {
  background-image: url(../images/icon04.png);
}

.feedback-form .text-name:focus {
  background-image: url(../images/icon05.png);
}

.feedback-form .text-tel {
  background-image: url(../images/icon06.png);
}

.feedback-form .text-tel:focus {
  background-image: url(../images/icon07.png);
}

.feedback-form .text-countries {
  background-image: url(../images/icon08.png);
}

.feedback-form .text-countries:focus {
  background-image: url(../images/icon09.png);
}

.feedback-form .text-company {
  background-image: url(../images/icon10.png);
}

.feedback-form .text-company:focus {
  background-image: url(../images/icon11.png);
}

.feedback-form .text-email {
  background-image: url(../images/icon12.png);
}

.feedback-form .text-email:focus {
  background-image: url(../images/icon13.png);
}

.feedback-form .code {
  position: relative;
  padding-right: 160px;
}

.feedback-form .code img {
  width: 150px;
  height: 40px;
  display: block;
  border: 1px solid #edeae8;
  position: absolute;
  right: 0;
  top: 0;
}

.feedback-form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  height: 116px;
  border: 1px solid #edeae8;
  background-repeat: no-repeat;
  background-position: 96% 10px;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  background-image: url(../images/icon14.png);
}

.feedback-form textarea:focus {
  background-image: url(../images/icon15.png);
  border-color: #1e73de;
}

.feedback-form .ctrl-item {
  padding: 20px 0 30px;
  font-size: 0;
  text-align: center;
}

.feedback-form .ctrl-item input {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin: 0 3%;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  height: 42px;
  border: 0;
  outline: 0;
  max-width: 192px;
  cursor: pointer;
}

.feedback-form .ctrl-item input[type="submit"] {
  background-color: #1e73de;
}

.feedback-form .ctrl-item input[type="reset"] {
  background-color: #d7d7d7;
}

@media (min-width: 1024px) {
  .feedback-form {
    overflow: hidden;
    zoom: 1;
  }

  .feedback-form .thumb {
    display: block;
    float: right;
    margin-left: 20px;
  }

  .feedback-form .form {
    overflow: hidden;
    zoom: 1;
  }

  .feedback-form form {
    margin: 0 -5px;
  }

  .feedback-form .text-item {
    float: left;
    width: 50%;
    padding: 0 5px;
  }

  .feedback-form .mail-item {
    padding: 0 5px;
  }

  .feedback-form .mail-item input {
    background-position: 98% center;
  }

  .feedback-form .content-item {
    padding: 0 5px;
  }

  .feedback-form .content-item textarea {
    background-position: 98% 10px;
  }

  .feedback-form input[type="text"] {
    padding-left: 20px;
    line-height: 54px;
    height: 54px;
    -o-background-size: 23px auto;
    background-size: 23px auto;
  }

  .feedback-form textarea {
    padding: 10px 20px;
    height: 188px;
    -o-background-size: 23px auto;
    background-size: 23px auto;
  }

  .feedback-form .ctrl-item {
    font-size: 0;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 0;
  }

  .feedback-form .ctrl-item input {
    float: left;
    line-height: 54px;
    height: 54px;
    width: 192px;
    margin: 0 5px;
  }

  .feedback-form .code {
    padding-right: 130px;
  }

  .feedback-form .code img {
    width: 120px;
    height: 54px;
  }
}

@media (min-width: 1260px) {
  .feedback-form .code {
    padding-right: 160px;
  }

  .feedback-form .code img {
    width: 150px;
  }
}

.insbuild-search {
  padding: 0 0 30px;
  background: url(../images/img35.jpg) repeat-x 0 100%;
}

.insbuild-search .searchbox {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
}

.insbuild-search input {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 100%;
  background: none;
}

.insbuild-search input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 0 10px;
  float: right;
}

.insbuild-search input[type=text]::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.insbuild-search input[type=text]:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.insbuild-search input[type=text]::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.insbuild-search input[type=text]:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.insbuild-search .search-input {
  position: relative;
  padding: 0 123px 0 0;
  width: 100%;
}

.insbuild-search .search-select {
  display: block;
  border: 1px solid #cccccc;
  height: 34px;
  line-height: 34px;
  max-width: 142px;
  background: url(../images/icon17.png) no-repeat 94% center;
  margin: 0 0 10px;
}

.insbuild-search .search-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: none;
}

.insbuild-search .search-btn {
  background: url(../images/img36.jpg) no-repeat 0 0;
  width: 118px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
}

.insbuild-search .search-btn input {
  color: #FFffff;
}

.insrecruit-list {
  padding: 20px 0 0;
}

.insrecruit-list ul {
  padding: 0;
}

.insrecruit-list li {
  padding: 0 0 10px;
}

.insrecruit-list li:hover .rectue-top,
.insrecruit-list li.cur .rectue-top {
  background-color: #eef0f7;
  border-color: #eef0f7;
}

.insrecruit-list li:hover .rectue-top .name,
.insrecruit-list li.cur .rectue-top .name {
  color: #1e73de;
}

.insrecruit-list li.cur .rectue-top .icon em {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #1e73de;
}

.insrecruit-list .rectue-top {
  border: 1px solid #e5e5e5;
  padding: 10px 30px 5px 10px;
  color: #323232;
  font-size: 0;
  position: relative;
}

.insrecruit-list .rectue-top span {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 40%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.insrecruit-list .rectue-top .pnum,
.insrecruit-list .rectue-top .loac {
  color: #929292;
}

.insrecruit-list .rectue-top .date {
  background: url(../images/icon16.png) no-repeat 0 center;
  padding-left: 28px;
  font-family: Montserrat;
}

.insrecruit-list .rectue-top .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}

.insrecruit-list .rectue-top .icon em {
  position: absolute;
  background: #bfbfbf;
  width: 20px;
  height: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  top: 50%;
}

.insrecruit-list .rectue-top .icon em:nth-child(2) {
  width: 1px;
  height: 20px;
  left: 50%;
  top: 0;
}

.insrecruit-list .rectue-min {
  padding: 20px 10px;
  color: #929292;
  display: none;
}

.insrecruit-list .rectue-min .desc {
  padding: 0 0 10px;
}

.insrecruit-list .rectue-min h3 {
  color: #333333;
  padding: 0 0 5px;
}

.insrecruit-list .rectue-send {
  padding: 10px 0 0;
}

.insrecruit-list .rectue-send a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  background-color: #1e73de;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  line-height: 35px;
  text-align: center;
  min-width: 120px;
}

@media (min-width: 1024px) {
  .insbuild-search h3 {
    float: left;
  }

  .insbuild-search .searchbox {
    margin: 0;
    width: auto;
    font-size: 0;
    text-align: right;
  }

  .insbuild-search .search-input {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 310px;
  }

  .insbuild-search .search-select {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 5px 0 0;
  }

  .insrecruit-list {
    padding: 20px 0 0;
  }

  .insrecruit-list ul {
    padding: 0;
    margin-bottom: -10px;
  }

  .insrecruit-list .rectue-top {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    padding: 26px 40px 26px 22px;
  }

  .insrecruit-list .rectue-top span {
    width: 18%;
    margin-bottom: 0;
  }

  .insrecruit-list .rectue-top .date {
    float: right;
  }

  .insrecruit-list .rectue-top .icon {
    width: 36px;
    height: 36px;
    right: 40px;
    top: 21px;
  }

  .insrecruit-list .rectue-top .icon em {
    width: 36px;
  }

  .insrecruit-list .rectue-top .icon em:nth-child(2) {
    width: 1px;
    height: 36px;
  }

  .insrecruit-list .rectue-min {
    padding: 33px 20px;
    line-height: 24px;
  }

  .insrecruit-list .rectue-min .desc {
    padding: 0 0 20px 0;
  }

  .insrecruit-list .rectue-min h3 {
    padding: 0 0 10px;
  }
}

.contact-list h3 {
  padding-bottom: 10px;
}

.contact-list .thumb {
  cursor: pointer;
}

.contact-list li {
  padding-bottom: 30px;
  margin-bottom: 25px;
  line-height: 24px;
  border-bottom: 1px solid #dcdce5;
}

.contact-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.contact-list .map-link {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #1e73de;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}

.contact-map {
  display: none;
}

.contact-map img {
  max-width: none;
  max-height: none;
}

@media (min-width: 768px) {
  .contact-list {
    border-bottom: 1px solid #dcdce5;
  }

  .contact-list li {
    border-bottom: none;
    padding-bottom: 0;
  }

  .contact-list .map-link {
    display: none;
  }

  .contact-map {
    width: 100%;
    height: 300px;
    display: block;
    margin-top: 25px;
  }
}

@media (min-width: 1260px) {
  .contact-list {
    width: 33.3333%;
    float: left;
    border-bottom: none;
  }

  .contact-list li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #dcdce5;
    padding-top: 35px;
    padding-bottom: 37px;
    margin-bottom: 0;
  }

  .contact-list h3 {
    padding-bottom: 18px;
  }

  .contact-list .thumb:hover h3 {
    color: #1e73de;
  }

  .contact-map {
    width: 61.67%;
    height: 410px;
    float: right;
    margin-top: 0;
  }
}

.searchtitle401 {
  padding: 15px;
  background-color: #f1f1f1;
}

.searchcont401 {
  padding: 0;
}

.resultlist401 {
  font-size: 13px;
  padding: 15px 0;
}

.resultlist401 img {
  display: block;
  width: 100%;
}

.resultlist401 li {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}

.resultlist401 h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.resultlist401 h4 a {
  display: block;
}

.resultlist401 h4 em {
  color: red;
  font-style: normal;
}

.resultlist401 h4 a {
  display: block;
}

.resulttext401 {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
}

.resultlabel401 {
  color: #333;
  display: inline-block;
  padding-top: 3%;
}

.searchinputcont401 {
  padding-right: 60px;
}

.searchinputcont401 dt input {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 12px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
}

.searchinputcont401 dd input {
  position: relative;
  left: 60px;
  margin-left: -60px;
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #1e73de;
}

.searchimg401 {
  display: block;
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .searchinputcont401 {
    max-width: 61.8%;
    margin: 0 auto;
  }

  .searchtitle401 {
    font-size: 24px;
  }

  .resultlist401 {
    padding: 3% 0;
  }

  .resultlist401 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
  }

  .searchimg401 {
    float: left;
    margin: 0 3% 0 0;
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }

  .resultlist401 h4 {
    font-size: 20px;
    margin-bottom: 2%;
  }
}

@media (min-width: 1024px) {
  .searchtitle401 {
    padding: 28px 15px;
  }

  .searchinputcont401 {
    width: 45%;
  }

  .searchinputcont401 dt {
    float: left;
    width: 78%;
  }

  .searchinputcont401 dd {
    float: left;
    width: 22%;
  }

  .searchinputcont401 dd input {
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  .searchinputcont401 dt input {
    font-size: 18px;
  }

  .searchinputcont401 dd input {
    text-align: center;
    font-size: 16px;
  }
}

.design-svg svg {
  width: 100%;
  display: block;
}

.design-svg iframe {
  width: 100%;
  display: block;
}

.design-table table {
  border: 1px solid #ddd;
  font-size: 12px;
}

.design-table th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
}

.design-table td {
  padding: 10px;
}

.design-table a {
  color: #1e73de;
}

.design-table .bd {
  display: none;
}




#ie-alert-overlay {
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) repeat 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

* html #ie-alert-overlay {
  position: absolute;
  z-index: 9999;
}

#ie-alert-panel {
  width: 520px;
  height: 331px;
  position: fixed;
  background: url(../images/iealertsprite.png) no-repeat;
  background-position: -1px -109px;
  top: 50%;
  left: 50%;
  margin: -201px 0 0 -296px;
  padding: 72px 0 0 72px;
  _position: absolute;
  _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  z-index: 10000;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#ie-alert-panel div,
#ie-alert-panel p,
#ie-alert-panel span,
#ie-alert-panel a,
#ie-alert-panel img,
#ie-alert-panel ul,
#ie-alert-panel li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#ie-alert-panel p {
  font-size: 14px;
  width: 486px;
  text-align: justify;
}

#ie-alert-panel img {
  border: 0;
}

#ie-alert-panel span {
  font-size: 18px;
  margin: 0 0 20px 0;
  display: block;
  padding: 0;
}

#ie-alert-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#ie-alert-panel li {
  float: left;
  margin: 0 22px 0 0;
}

#ie-alert-panel li.last {
  margin-right: 0;
}

#ie-alert-panel a {
  display: inline-block;
  vertical-align: top;
}

#goon {
  text-decoration: underline;
}

.browser {
  position: absolute;
  bottom: 35px;
}

.chrome,
.firefox,
.ie9,
.opera,
.safari {
  background: url(../images/iealertsprite.png) no-repeat;
}

.chrome {
  background-position: 0 0;
  width: 73px;
  height: 96px;
  margin: 0 4px 0 0;
}

.firefox {
  background-position: -292px 0;
  width: 73px;
  height: 98px;
}

.ie9 {
  background-position: -179px 0;
  width: 95px;
  height: 98px;
}

.opera {
  background-position: -90px 0;
  width: 73px;
  height: 98px;
}

.safari {
  background-position: -387px 0;
  width: 73px;
  height: 98px;
  margin: 0 4px 0 0;
}



.full-newsdetailB-container {
  padding: 30px 0;
  background-color: #ffffff;
  /* {"title": "æ&nbsp;ç›®å…¨å±€èƒŒæ™¯è‰²","type":"color","name": "@bgcgnewsdetailBcol","value": "#ffffff"}*/
}

.full-newsdetailB-container .article-tilte {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  /* {"title": "æ–°é—»è¯¦ç»†Bæ&nbsp;‡é¢˜æ–‡æœ¬è‰²","type":"color","name": "@clnewsdetailBtilte","value": "#333333"}*/
}

.full-newsdetailB-container .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #8e8e8e;
  /* {"title": "æ–°é—»è¯¦ç»†Bæ—¥æœŸæ–‡æœ¬è‰²","type":"color","name": "@clnewsdetailBdate","value": "#8e8e8e"}*/
}

.full-newsdetailB-container .newsdetailB-article {
  position: relative;
  padding: 38px 0 30px;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
  /* {"title": "æ–°é—»è¯¦ç»†Bå†…å®¹ä¸Šä¸‹è¾¹æ¡†è‰²","type":"color","name": "@bdnewsdetailBart","value": "#d9d9d9"}*/
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  /* {"title": "æ–°é—»è¯¦ç»†Bå†…å®¹æ–‡æœ¬è‰²","type":"color","name": "@clnewsdetailBart","value": "#888888"}*/
}

.full-newsdetailB-container .newsdetailB-article img {
  max-width: 100%;
  margin: 0.5em 0;
}

.full-newsdetailB-container .newsdetailB-bdshare {
  position: absolute;
  right: 0;
  top: -43px;
  overflow: hidden;
  zoom: 1;
}

.full-newsdetailB-container .newsdetailB-bdshare a {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 0 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}

.full-newsdetailB-container .newsdetailB-bdshare .bds_weixin {
  background-image: url(../images/newsdetailBwxico.png);
  /* {"title": "æ–°é—»è¯¦æƒ…Aå¾®ä¿¡åˆ†äº«èƒŒæ™¯å›¾","type":"image","name": "@imgnewsdetailAsharewx","value": "url(../images/newsdetailBwxico.png)"}*/
}

.full-newsdetailB-container .newsdetailB-bdshare .bds_tsina {
  background-image: url(../images/newsdetailBsnico.png);
  /* {"title": "æ–°é—»è¯¦æƒ…Aæ–°æµªåˆ†äº«èƒŒæ™¯å›¾","type":"image","name": "@imgnewsdetailAsharesn","value": "url(../images/newsdetailBsnico.png)"}*/
}

.full-newsdetailB-container .newsdetailB-bdshare .bds_sqq {
  background-image: url(../images/newsdetailBqqico.png);
  /* {"title": "æ–°é—»è¯¦æƒ…Aä¼é¹…åˆ†äº«èƒŒæ™¯å›¾","type":"image","name": "@imgnewsdetailAshareqq","value": "url(../images/newsdetailBqqico.png)"}*/
}

.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl {
  margin-bottom: 10px;
}

.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666666;
  /* {"title": "æ–°é—»è¯¦ç»†Bä¸Šä¸‹é¡µæ–‡æœ¬è‰²","type":"color","name": "@clnewsdetailBpage","value": "#666666"}*/
}

.full-newsdetailB-container .newsdetailB-ctrl .return {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  /* {"title": "æ–°é—»è¯¦ç»†Bè¿”å›žæ–‡æœ¬è‰²","type":"color","name": "@clnewsdetailBreturn","value": "#ffffff"}*/
  background-color: #de0012;
  /* {"title": "æ–°é—»è¯¦ç»†Bè¿”å›žèƒŒæ™¯è‰²","type":"color","name": "@bgcnewsdetailBreturn","value": "#de0012"}*/
}

@media (min-width: 768px) {
  .full-newsB-container .newsB-list ul {
    margin: 0 -10px;
  }

  .full-newsB-container .newsB-list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}


@media (min-width: 1024px) {
  .full-newsdetailB-container {
    padding: 75px 0 78px;
    /* {"title": "æ&nbsp;ç›®å…¨å±€å†…å¡«å……","type":"text","name": "@pdgnewsdetailBcol","value": "75px 0 78px"}*/
  }

  .full-newsdetailB-container .article-tilte {
    font-size: 24px;
    /* {"title": "æ–°é—»è¯¦ç»†Bæ&nbsp;‡é¢˜å­—å·","type":"text","name": "@fznewsdetailBtilte","value": "24px"}*/
    margin: 0 0 18px;
    /* {"title": "æ–°é—»è¯¦ç»†Bæ&nbsp;‡é¢˜ä¸‹å¤–é—´è·","type":"text","name": "@mgnewsdetailBtilte","value": "0 0 18px"}*/
    line-height: 32px;
  }

  .full-newsdetailB-container .date {
    margin: 0 0 40px;
    /* {"title": "æ–°é—»è¯¦ç»†Bæ—¥æœŸä¸‹å¤–é—´è·","type":"text","name": "@mgnewsdetailBdate","value": "0 0 40px"}*/
    font-size: 24px;
  }

  .full-newsdetailB-container .newsdetailB-article {
    padding: 72px 0 55px;
    margin-bottom: 42px;
  }

  .full-newsdetailB-container .single-page {
    padding: 0 100px;
  }

  .full-newsdetailB-container .newsdetailB-bdshare {
    position: absolute;
    right: auto;
    left: 0;
    top: 76px;
    z-index: 50;
  }

  .full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top {
    position: fixed;
    left: 40px;
  }

  .full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 55px;
  }

  .full-newsdetailB-container .newsdetailB-bdshare a {
    float: none;
    width: 72px;
    height: 72px;
    margin: 0 0 1px 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
  }

  .full-newsdetailB-container .newsdetailB-bdshare .bds_weixin:hover {
    background-image: url(../images/newsdetailBwxicoac.jpg);
    /* {"title": "æ–°é—»è¯¦æƒ…Aå¾®ä¿¡åˆ†äº«èƒŒæ™¯å›¾","type":"image","name": "@imgnewsdetailAsharewx","value": "url(../images/newsdetailBwxicoac.jpg)"}*/
  }

  .full-newsdetailB-container .newsdetailB-bdshare .bds_tsina:hover {
    background-image: url(../images/newsdetailBsnicoac.jpg);
    /* {"title": "æ–°é—»è¯¦æƒ…Aæ–°æµªåˆ†äº«èƒŒæ™¯å›¾","type":"image","name": "@imgnewsdetailAsharesn","value": "url(../images/newsdetailBsnicoac.jpg)"}*/
  }

  .full-newsdetailB-container .newsdetailB-bdshare .bds_sqq:hover {
    background-image: url(../images/newsdetailBqqicoac.jpg);
    /* {"title": "æ–°é—»è¯¦æƒ…Aä¼é¹…åˆ†äº«èƒŒæ™¯å›¾","type":"image","name": "@imgnewsdetailAshareqq","value": "url(../images/newsdetailBqqicoac.jpg)"}*/
  }

  .full-newsdetailB-container .newsdetailB-ctrl {
    position: relative;
    padding-right: 200px;
  }

  .full-newsdetailB-container .newsdetailB-ctrl .page-ctrl {
    margin-bottom: 0;
  }

  .full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a:hover {
    color: #de0012;
    /* {"title": "æ–°é—»è¯¦ç»†Bä¸Šä¸‹é¡µæ–‡æœ¬è‰²","type":"color","name": "@clnewsdetailBpage","value": "#de0012"}*/
  }

  .full-newsdetailB-container .newsdetailB-ctrl .return {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 3;
    width: 145px;
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1260px) {
  .full-newsdetailB-container .single-page {
    max-width: 840px;
    padding: 0;
    margin: 0 auto;
  }

  .full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top {
    position: fixed;
    left: 50%;
    margin-left: -590px;
  }

  .full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom {
    position: absolute;
    left: 0;
    top: auto;
    margin-left: 0;
  }
}


.design-list li {
  padding-bottom: 20px;
}

.design-list .thumb {
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  padding: 30px 20px;
}

.design-list h3 {
  color: #333333;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

.design-list .desc {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  height: 52px;
  line-height: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.design-list .more {
  min-width: 96px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #1e73de;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #1e73de;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .design-list li {
    padding: 0 15px 30px;
  }
}

@media (min-width: 1024px) {
  .design-list ul {
    margin: 0 -15px;
  }
}

@media (min-width: 1260px) {
  .design-list .thumb {
    padding: 43px 23px;
  }

  .design-list h3 {
    margin-bottom: 18px;
  }

  .design-list .more {
    margin-top: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }

  .design-list .more:hover {
    background-color: #1e73de;
    color: #fff;
  }
}

/*æ–°åŠ&nbsp;2.18*/





@media (min-width: 750px) {
  body {
    padding-top: 0px;
  }

  .defaBanner img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    left: 0px;
  }

  .defaBannerText h3 {
    font-size: 38px;
  }

  .defaBannerText .desc {
    font-size: 16px;
  }

  .defaBannerdot span {
    width: 30px;
    height: 2px;
  }

  .defaBannerPrev,
  .defaBannerNext {
    width: 30px;
    height: 60px;
  }

  .defaBannerPrev::after,
  .defaBannerNext::after {
    width: 15px;
    height: 15px;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
  }

  .defaBannerPrev::after {
    left: -webkit-calc(50% + 5px);
    left: calc(50% + 5px);
  }

  .defacommonBanner h3 {
    font-size: 24px;
  }

  .defacommonBanner img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    left: 0px;
  }

  .WaterfallFlow ul li {
    width: 33.333%;
    padding: 0px 10px;
    margin-bottom: 20px;
  }

  .WaterfallFlow ul li .FlowContent {
    padding: 20px;
  }

  .WaterfallFlow ul li .FlowContent .time {
    font-size: 16px;
  }

  .WaterfallFlow ul li .FlowContent h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .WaterfallFlow ul li .FlowContent .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    padding-top: 20px;
  }
}

@media (min-width: 1260px) {
  .defaBannerText h3 {
    font-size: 48px;
  }

  .defaBannerText .desc {
    font-size: 20px;
  }

  .defaBannerdot span {
    width: 40px;
    height: 3px;
  }

  .defaBannerPrev,
  .defaBannerNext {
    width: 40px;
    height: 80px;
  }

  .defaBannerPrev::after,
  .defaBannerNext::after {
    width: 20px;
    height: 20px;
  }

  .defaheader {
    background: none;
    padding: 15px 45px 0px;
  }

  .defalogo img {
    height: 55px;
  }

  .defanav {
    float: right;
    white-space: nowrap;
    padding-top: 15px;
    position: relative;
    overflow: visible;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background: none;
    display: block;
  }

  .defanav ul {
    padding: 0px;
  }

  .defanav ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    padding-bottom: 31px;
    position: relative;
    border-bottom: none;
    line-height: 24px;
  }

  .defanav ul li&gt;a {
    color: #fff;
  }

  .defanav ul li p {
    background: #fff;
    position: absolute;
    left: -10px;
    right: -10px;
    top: 100%;
    text-align: center;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    padding: 0px;
  }

  .defanav ul li i {
    display: none;
  }

  .defanav ul li:hover p {
    max-height: 300px;
    padding: 10px 0px;
  }

  .defaheaderbg {
    background: rgba(0, 0, 0, 0.5);
  }

  .defaSearch {
    padding-top: 12px;
    padding-bottom: 28px;
  }

  .defaSearch .defaSearchbox {
    max-height: 0px;
    left: auto;
    right: 45px;
    top: 100%;
    overflow: hidden;
    position: absolute;
    width: 300px;
    display: block;
  }

  .defaSearch:hover .defaSearchbox {
    max-height: 230px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }

  .defaSearch:hover span {
    background: url(../images/closeIcon.png) no-repeat center;
  }

  .defaLanguage {
    padding-top: 12px;
  }

  .defaLanguage p {
    max-height: 0px;
    overflow: hidden;
    display: block;
  }

  .defaLanguage:hover p {
    max-height: 230px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }

  .defanavbtn {
    display: none;
  }

  .defacommonBanner h3 {
    font-size: 30px;
  }
}

/* å¤´éƒ¨èœå•æŒ‰é’® */
.head_mobile_btn1 {
  display: none;
  cursor: pointer;
  margin-left: 20px;
}

.head_mobile_btn1 .btn1 {
  width: 28px;
  height: 21px;
}

.head_mobile_btn1 .btn1 .line {
  height: 2px;
  width: 100%;
  background-color: #777;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.head_mobile_btn1.active .btn1 .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.head_mobile_btn1.active .btn1 .line:nth-child(2) {
  opacity: 0;
}

.head_mobile_btn1.active .btn1 .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
  width: 100%;
}

/* å¤´éƒ¨èœå• */
.head_dropdown1 {
  border-top: 1px solid #eeeeee;
  display: none;
  z-index: 99;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.head_dropdown1 .pc_down {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/navlibg2.jpg);
}

.head_dropdown1 .pc_down .swiper-container {
  height: 100%;
}

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(1) .block {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(2) .block {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(3) .block {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(4) .block {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(5) .block {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(6) .block {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.head_dropdown1 .pc_down .swiper-container .block_box {
  padding-top: 50%;
  background-color: #fff;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.head_dropdown1 .pc_down .swiper-container .block_box:hover {
  background-color: transparent;
}

.head_dropdown1 .pc_down .swiper-container .block_box:hover .block {
  top: -30px;
  color: #fff;
}

.head_dropdown1 .pc_down .swiper-container .block {
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.head_dropdown1 .pc_down .swiper-container .block .icon {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 1px;
  height: 50px;
  background-color: #2576df;
}

.head_dropdown1 .pc_down .swiper-container .block .number {
  font-size: 46px;
  margin-bottom: 30px;
}

.head_dropdown1 .pc_down .swiper-container .block .title {
  font-size: 22px;
}

.head_dropdown1 .pc_down .swiper-container .block .title:hover {
  color: #2576df;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.head_dropdown1 .pc_down .swiper-container .block .second_nav {
  font-size: 16px;
  margin-top: 30px;
  line-height: 36px;
}

.head_dropdown1 .pc_down .swiper-container .block .second_nav .line {
  display: block;
}

.head_dropdown1 .pc_down .swiper-container .block .second_nav .line:hover {
  color: #2576df;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.head_dropdown1 .mobile_down {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.head_dropdown1 .mobile_down .mobile_search {
  width: 96%;
  margin-bottom: 10px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid #999999;
  padding: 0 15px;
}

.head_dropdown1 .mobile_down .mobile_search input {
  line-height: 46px;
  padding: 0 5px;
  color: #999999;
}

.head_dropdown1 .mobile_down .mobile_search .iconfont {
  color: #999999;
  font-size: 26px;
  cursor: pointer;
}

.head_dropdown1 .mobile_down .block {
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}

.head_dropdown1 .mobile_down .block .title {
  line-height: 30px;
  font-size: 16px;
  position: relative;
}

.head_dropdown1 .mobile_down .block .title .iconfont {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 14px;
}

.head_dropdown1 .mobile_down .block .mobile_nav_down {
  background-color: #fafafa;
  display: none;
  padding: 5px 0;
}

.head_dropdown1 .mobile_down .block .mobile_nav_down .line {
  line-height: 22px;
}

.head_dropdown1 .mobile_down .block .mobile_nav_down .line:hover {
  color: #2576df;
}

.head_dropdown1 .mobile_down .block.active .title,
.head_dropdown1 .mobile_down .block:hover .title {
  color: #2576df;
}

@media (max-width: 1200px) {
  .head_mobile_btn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .pc_down {
    display: none;
  }

  .mobile_down {
    display: block;
  }
}

.social-share {
  font-size: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  /* ä½¿ç”¨è‡ªå®šä¹‰æ&nbsp;·å¼ï¼Œä¿®æ”¹ä¸ºèƒŒæ™¯å›¾ï¼Œåˆ&nbsp;é™¤ä¸Šé¢çš„å­—ä½“å›¾æ&nbsp;‡ */
  /* å¾®ä¿¡äºŒç»´ç&nbsp; */
}

.social-share .social-share-icon {
  position: relative;
  display: block;
  font-size: 27px;
  line-height: 27px;
  color: #b3b3b3;
  text-align: center;
  top: 10px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.social-share .social-share-icon:not(:first-child) {
  margin-top: 15px;
}

.social-share .social-share-icon:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.social-share .social-share-icon:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.social-share .icon-weibo {
  color: #b3b3b3;
}

.social-share .icon-weibo:hover {
  color: #ff763b;
}

.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}

.social-share .icon-tencent:hover {
  background: #56b6e7;
}

.social-share .icon-qq {
  color: #b3b3b3;
}

.social-share .icon-qq:hover {
  color: #56b6e7;
}

.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}

.social-share .icon-qzone:hover {
  background: #FDBE3D;
}

.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}

.social-share .icon-douban:hover {
  background: #33b045;
}

.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}

.social-share .icon-linkedin:hover {
  background: #0077B5;
}

.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}

.social-share .icon-facebook:hover {
  background: #44619D;
}

.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}

.social-share .icon-google:hover {
  background: #db4437;
}

.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}

.social-share .icon-twitter:hover {
  background: #55acee;
}

.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}

.social-share .icon-diandian:hover {
  background: #307DCA;
}

.social-share .icon-wechat {
  position: unset;
  color: #b3b3b3;
}

.social-share .icon-wechat:hover {
  color: #7bc549;
}

.social-share .icon-tencent {
  background-image: url();
}

.social-share .icon-qq {
  background-image: url();
}

.social-share .icon-weibo {
  background-image: url();
}

.social-share .icon-wechat {
  background-image: url();
}

.social-share .icon-douban {
  background-image: url();
}

.social-share .icon-heart {
  background-image: url();
}

.social-share .icon-like {
  background-image: url();
}

.social-share .icon-qzone {
  background-image: url();
}

.social-share .icon-linkedin {
  background-image: url();
}

.social-share .icon-diandian {
  background-image: url();
}

.social-share .icon-facebook {
  background-image: url();
}

.social-share .icon-google {
  background-image: url();
}

.social-share .icon-twitter {
  background-image: url();
}

.social-share a {
  position: relative;
  text-decoration: none;
  outline: none;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 250px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #aaa;
  box-shadow: 0 2px 10px #aaa;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 200px;
  margin: 20px auto;
  text-align: center;
}

.social-share .icon-wechat .wechat-qrcode .qrcode img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

.crumbs {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  background-color: #f3f3f3;
}

.crumbs .content .block {
  z-index: 10;
  position: relative;
  width: 18.08333%;
  cursor: pointer;
  border-right: 1px solid #e6e6e6;
}

.crumbs .content .block:not(:first-child) {
  border-left: 0;
}

.crumbs .content .block .title {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #333333;
  padding: 0 30px;
}

.crumbs .content .block .title .iconfont {
  font-weight: bold;
}

.crumbs .content .block .down {
  display: none;
  position: absolute;
  left: -1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  top: 100%;
  max-height: 173px;
  overflow-y: auto;
}

.crumbs .content .block .down::-webkit-scrollbar {
  width: 2px;
  background-color: #fff;
}

.crumbs .content .block .down::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.crumbs .content .block .down::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #2576df;
}

.crumbs .content .block .down .line {
  padding: 0 30px;
  line-height: 42px;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.crumbs .content .block .down .line:not(:first-child) {
  border-top: 0;
}

.crumbs .content .block .down .line:hover {
  color: #fff;
  background-color: #2576df;
  border: 1px solid #2576df;
}

.crumbs .content .block .down .line:hover:not(:first-child) {
  border-top: 0;
}

.crumbs .content .block.blocks {
  width: 80px;
  text-align: center;
  font-size: 15px;
  color: #0171bc;
  line-height: 50px;
}

.layui-table-page&gt;div,
.layui-table-page {
  height: auto;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr {
  padding: 0;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span,
.layui-laypage-spr {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  padding: 0;
  margin: 0 2px;
}

/* è¯¦æƒ…é¡µåˆ‡æ¢ */
.switch .line {
  padding: 30px 40px;
  font-size: 18px;
  font-family: 'MicrosoftYaHei';
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.switch .line .tag {
  padding-right: 35px;
  position: relative;
}

.switch .line .tag::after {
  content: ' ';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.switch .line.prev {
  border-top: 1px solid #141d29;
  border-bottom: 1px solid #dddddd;
}

.switch .line.prev .tag::after {
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  border-color: transparent transparent #333333 transparent;
}

.switch .line.next {
  border-bottom: 1px solid #141d29;
}

.switch .line.next .tag::after {
  top: -webkit-calc(50% + 2px);
  top: calc(50% + 2px);
  border-color: #333333 transparent transparent transparent;
}

.switch .line .name {
  width: 72.72727%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.switch .line .time {
  color: #333333;
}

.switch .line:hover {
  color: #2576df;
}

.switch .line:hover .time {
  color: #2576df;
}

.switch .line:hover.prev .tag::after {
  border-color: transparent transparent #2576df transparent;
}

.switch .line:hover.next .tag::after {
  border-color: #2576df transparent transparent transparent;
}

.search .main1 {
  padding: 80px 0;
}

.search .main1 .search_title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.search .main1 .search_box {
  width: 60%;
  margin: 30px auto 30px;
  border: 1px solid #2576df;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.search .main1 .search_box input {
  padding: 0 20px;
  line-height: 48px;
}

.search .main1 .search_box .btn {
  background-color: #2576df;
  width: 80px;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
}

.search .main1 .content {
  border-top: 1px solid #dddddd;
}

.search .main1 .content .length {
  padding: 10px 0;
}

.search .main1 .content .block_box .block {
  padding: 20px 0;
}

.search .main1 .content .block_box .block:not(:first-child) {
  border-top: 1px solid #dddddd;
}

.search .main1 .content .block_box .block .img {
  width: 23.33333%;
}

.search .main1 .content .block_box .block .img .picture_container {
  padding-top: 60.71429%;
}

.search .main1 .content .block_box .block .txt {
  width: 70%;
  padding-left: 20px;
}

.search .main1 .content .block_box .block .txt .name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  max-height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.search .main1 .content .block_box .block .txt .abstract {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}

.search .main1 .content .block_box .block:hover .txt .name {
  color: #2576df;
}

.swith .box {
  padding-bottom: 32px;
  border-bottom: 1px solid #dcdcdc;
}

.swith .more {
  font-size: 16px;
  line-height: 1.1;
  color: #6e6e6e;
}

.swith .more .iconfont {
  font-size: 35px;
}

.swith .title {
  font-size: 30px;
  line-height: 1.1;
  color: #333333;
}

.swith .iconfont {
  margin-right: 10px;
}

.swith .next .iconfont {
  margin-right: 0;
  margin-left: 10px;
}

.secondary_tab .block {
  display: block;
  padding: 11px 32px;
  min-width: 160px;
  font-size: 16px;
  color: #333333;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  border: solid 1px #dcdcdc;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.secondary_tab .block:not(:first-child) {
  margin-left: 20px;
}

.secondary_tab .block.active {
  background-color: #2576df;
  color: #fff;
  border: 1px solid #2576df;
}

.often_btn1 {
  width: 150px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}


.header .head_top {
  padding: 0 70px;
}

.header .head_logo {
  height: 36px;
}

.header .head_right .head_nav .block:not(:first-child) {
  padding-left: 60px;
}

.header .head_right .head_nav .block .title {
  font-size: 16px;
  line-height: 88px;
  color: #2a3036;
}

.header .head_right .head_nav .block .title .iconfont {
  display: none;
}

.header .head_function {
  margin-left: 60px;
}

.header .head_function .head_search {
  position: relative;
  line-height: 88px;
}

.header .head_function .head_search .top_icon {
  font-size: 22px;
  color: #666666;
}

.header .head_function .head_search .form_box {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  width: 300px;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #dedede;
}

.header .head_function .head_search .form_box input {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0 10px;
  line-height: 40px;
}

.header .head_function .head_search .form_box .btn {
  width: 40px;
  line-height: 38px;
  background-color: #2576df;
}

.header .head_function .head_search .form_box .btn .iconfont {
  color: #fff;
  font-size: 18px;
}

.header .head_function .head_language {
  line-height: 88px;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}

.header .head_function .head_language::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #232323;
  opacity: 0.4;
}

.index .index_banner .block {
  display: block;
  position: relative;
}

.index .index_banner .block .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

.index .index_banner .block .center1280 {
  height: 100%;
}

.index .index_banner .block .cn {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -3px;
}

.index .index_banner .block .en {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
  margin-top: 50px;
}

.index .index_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #2a3036;
  text-align: center;
}

.index .main1 {
  background-image: url(../images/index_product_bg.jpg);
  padding: 100px 0 120px;
}

.index .main1 .blcok_box {
  position: relative;
}

.index .main1 .blcok_box .swiper-slide {
  padding: 100px 0 63px;
}

.index .main1 .blcok_box .block {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index .main1 .blcok_box .block .img {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #dde5f0;
}

.index .main1 .blcok_box .block .picture_container {
  padding-top: 52.45902%;
}

.index .main1 .blcok_box .block .txt_box {
  padding: 50px 40px;
  background-color: #fff;
  text-align: center;
}

.index .main1 .blcok_box .block .txt_box .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index .main1 .blcok_box .block .txt_box .abstract {
  margin-top: 25px;
  font-size: 14px;
  color: #5d656d;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: 48px;
  min-height: 48px;
}

.index .main1 .blcok_box .block .txt_box .more {
  margin-top: 75px;
  font-size: 14px;
  color: #5d656d;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index .main1 .blcok_box .block .txt_box .more .iconfont {
  font-size: 12px;
  margin-left: 15px;
}

.index .main1 .blcok_box .block:hover {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-box-shadow: 0 10px 30px -10px #dedede;
  box-shadow: 0 10px 30px -10px #dedede;
}

.index .main1 .blcok_box .block:hover .img {
  background-color: #2576df;
}

.index .main1 .blcok_box .block:hover .txt_box .more {
  color: #2576df;
}

.index .main1 .blcok_box .swiper-pagination-progress {
  position: unset;
  height: 1px;
  background-color: #ccd7e7;
}

.index .main1 .blcok_box .swiper-pagination-progress .swiper-pagination-progressbar {
  height: 3px;
  background-color: #2576df;
  top: auto;
  bottom: 0;
}

.index .main1 .blcok_box .swiper-button-prev,
.index .main1 .blcok_box .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  background-color: #bac6d6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index .main1 .blcok_box .swiper-button-prev:hover,
.index .main1 .blcok_box .swiper-button-next:hover {
  background-color: #2576df;
}

.index .main1 .blcok_box .swiper-button-prev {
  left: 11.45833%;
}

.index .main1 .blcok_box .swiper-button-next {
  right: 11.45833%;
}

.index .main2 .bg_img {
  padding: 100px 0 120px;
  position: relative;
}

.index .main2 .bg_color {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background-color: rgba(37, 118, 223, 0.2);
}

.index .main2 .left_icon {
  width: 100px;
}

.index .main2 .left_icon .icon_box {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #ffffff;
  text-align: center;
}

.index .main2 .left_icon .icon_box .icon {
  width: 52px;
}

.index .main2 .left_icon .icon_box .picture_container {
  padding-top: 100%;
}

.index .main2 .left_icon .icon_box .name {
  margin-top: 5px;
}

.index .main2 .left_icon .icon_box:not(:first-child) {
  margin-left: 1px;
}

.index .main2 .left_icon .icon_box.active {
  background-color: #2576df;
}

.index .main2 .box {
  position: relative;
  z-index: 3;
  width: 470px;
  color: #fff;
}

.index .main2 .box .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #ffffff;
}

.index .main2 .box .txt {
  margin-top: 80px;
}

.index .main2 .box .txt .name {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
}

.index .main2 .box .txt .abstract {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
}

.index .main2 .box .txt:not(:first-child) {
  display: none;
}

.index .main2 .box .txt .more {
  display: block;
  margin-top: 90px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index .main2 .box .txt .more .iconfont {
  font-size: 12px;
  margin-left: 7px;
}

.index .main2 .box:not(:first-child) {
  display: none;
}

.index .main3 {
  background-color: #f3f7fb;
  padding: 120px 0;
}

.index .main3 .blcok_box {
  position: relative;
}

.index .main3 .blcok_box .swiper-slide {
  padding-top: 100px;
}

.index .main3 .blcok_box .block {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index .main3 .blcok_box .block .img {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #dde5f0;
}

.index .main3 .blcok_box .block .picture_container {
  padding-top: 71.60494%;
}

.index .main3 .blcok_box .block .txt_box {
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 0px 0px 100px 0px;
  border-radius: 0px 0px 100px 0px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index .main3 .blcok_box .block .txt_box .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index .main3 .blcok_box .block .txt_box .more {
  margin-top: 25px;
  font-size: 14px;
  color: #5d656d;
}

.index .main3 .blcok_box .block .txt_box .more .iconfont {
  font-size: 12px;
  margin-left: 10px;
}

.index .main3 .blcok_box .block:hover {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.index .main3 .blcok_box .block:hover .txt_box {
  -webkit-box-shadow: 0 10px 30px -10px #dedede;
  box-shadow: 0 10px 30px -10px #dedede;
}

.index .main3 .blcok_box .swiper-button-prev,
.index .main3 .blcok_box .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  opacity: 1;
  background-color: #bac6d6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index .main3 .blcok_box .swiper-button-prev:hover,
.index .main3 .blcok_box .swiper-button-next:hover {
  background-color: #fff;
  color: #2576df;
}

.index .main3 .blcok_box .swiper-button-prev {
  left: 11.45833%;
}

.index .main3 .blcok_box .swiper-button-next {
  right: 11.45833%;
}

.index .main4 {
  padding: 100px 0;
  /* èƒŒæ™¯è‰²æ‹¼è‰² */
  background-image: linear-gradient(to bottom, #fff 0%, #fff 630px, #f3f7fb 630px, #f3f7fb 100%);
}

.index .main4 .blcok_box {
  margin-top: 60px;
}

.index .main4 .blcok_box .picture_container {
  padding-top: 56.33333%;
}

.index .main4 .left_box {
  width: 46.875%;
}

.index .main4 .right_box {
  width: 48.4375%;
}

.index .main4 .right_box .block {
  display: block;
}

.index .main4 .right_box .title_box .icon {
  width: 88px;
  line-height: 40px;
  text-align: center;
  background-color: #f0a02c;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
}

.index .main4 .right_box .title_box .name {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #2a3036;
  margin-top: 35px;
}

.index .main4 .right_box .title_box .time {
  font-size: 20px;
  line-height: 1.1;
  color: #f0a02c;
  margin-top: 30px;
}

.index .main4 .right_box .swiper_control {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  margin-top: 35px;
}

.index .main4 .right_box .swiper_control .swiper-button-prev,
.index .main4 .right_box .swiper_control .swiper-button-next {
  background-image: none;
  opacity: 1;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: unset;
  background-color: #699fe5;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 0;
}

.index .main4 .right_box .swiper_control .swiper-button-prev:hover,
.index .main4 .right_box .swiper_control .swiper-button-next:hover {
  background-color: #2576df;
}

.index .main4 .right_box .swiper_control .swiper-pagination {
  position: unset;
  width: 120px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #5d656d;
  background-color: #f2f6ff;
}

.index .main4 .right_box .line_box {
  color: #5d656d;
  line-height: 36px;
  margin-top: 25px;
}

.index .main4 .right_box .line_box .name {
  width: 70%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index .main4 .right_box .line_box .time {
  font-size: 16px;
}

.index .main5 {
  background-image: url(../images/index_about_bg.jpg);
  padding: 70px 60px;
}

.index .main5 .title_box .en {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #ffffff;
  opacity: 0.2;
}

.index .main5 .title_box .cn {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #ffffff;
  margin-top: 20px;
}

.index .main5 .line_box {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 40px;
}

.index .main5 .line_box .icon {
  margin-right: 20px;
}

.honor .main1 {
  padding: 80px 0 140px;
}

.honor .main1 .secondary_tab {
  margin-top: 40px;
}

.honor .main1 .content .block_box {
  margin-top: 60px;
}

.honor .main1 .content .block {
  width: 31.41667%;
  background-color: #f2f2f2;
  padding: 48px 0;
}

.honor .main1 .content .block .img {
  margin: 0 auto;
  width: 80%;
}

.honor .main1 .content .block .picture_container {
  padding-top: 126.21359%;
}

.honor .main1 .content .block .name {
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  color: #676767;
  margin-top: 40px;
}

.honor .main1 .content .block:not(:nth-child(3n)) {
  margin-right: 2.83333%;
}

.honor .main1 .content .block:nth-child(n + 4) {
  margin-top: 35px;
}

.product .main1 {
  padding: 40px 0 140px;
}

.product .main1 .txt_box {
  margin-top: 35px;
  font-size: 16px;
  line-height: 30px;
  color: #676767;
}

.product .main1 .secondary_tab {
  margin-top: 105px;
}

.product .main1 .content {
  margin-top: 40px;
}

.product .main1 .content .block {
  width: 31.66667%;
  cursor: pointer;
}

.product .main1 .content .box:not(:first-child){
  display: none;
}

.product .main1 .content .block .picture_container {
  padding-top: 68.42105%;
  border: solid 1px #dcdcdc;
}

.product .main1 .content .block .name {
  padding: 30px 0;
  text-align: center;
  background-color: #f2f2f2;
}

.product .main1 .content .block:not(:nth-child(3n)) {
  margin-right: 2.5%;
}

.product .main1 .content .block:nth-child(n + 4) {
  margin-top: 40px;
}

.agent .main1 {
  padding: 80px 0 140px;
}

.agent .main1 .content {
  margin-top: 80px;
}

.agent .main1 .content .block {
  width: 24%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.agent .main1 .content .block .img {
  background-color: #dde5f0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.agent .main1 .content .block .img .picture_container {
  padding-top: 52.08333%;
}

.agent .main1 .content .block .txt_box {
  text-align: center;
  padding: 40px 35px 30px;
  border: solid 1px #dcdcdc;
  border-top: 0;
}

.agent .main1 .content .block .txt_box .name {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.agent .main1 .content .block .txt_box .abstract {
  font-size: 14px;
  margin-top: 25px;
  color: #5d656d;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: 48px;
  min-height: 48px;
}

.agent .main1 .content .block .txt_box .more {
  font-size: 14px;
  color: #5d656d;
  margin-top: 70px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.agent .main1 .content .block:not(:nth-child(4n)) {
  margin-right: 1.33333%;
}

.agent .main1 .content .block:nth-child(n + 5) {
  margin-top: 40px;
}

.agent .main1 .content .block:hover {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-box-shadow: 0 0 40px -10px #666;
  box-shadow: 0 0 40px -10px #666;
}

.agent .main1 .content .block:hover .img {
  background-color: #2576df;
}

.agent .main1 .content .block:hover .txt_box .more {
  color: #2576df;
}

.agent_details .main1 {
  padding: 80px 0 140px;
}

.agent_details .main1 .content .tag {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  width: 200px;
  border-radius: 20px;
  background-color: #2576df;
  transition: all .5s;
}

.agent_details .main1 .content .tag .iconfont {
  font-size: 18px;
  margin-right: 10px;
}

.agent_details .main1 .content .tag:hover {
  opacity: 0.9;
}

.agent_details .main1 .content {
  margin-top: 60px;
  text-align: center;
}

.agent_details .main1 .content .txt_box .title {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.agent_details .main1 .content .txt_box .abstract {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #676767;
}

.agent_details .main1 .content .link {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.1;
  color: #1e73de;
}

.agent_details .main1 .content .menu_box {
  margin-top: 40px;
}

.agent_details .main1 .content .menu_box .block_box {
  background-image: url(../images/agent_details_bg.jpg);
  padding: 80px 60px;
}

.agent_details .main1 .content .menu_box .block_box .block {
  width: 20%;
  text-align: left;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  color: #333333;
}

.agent_details .main1 .content .menu_box .block_box .block::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #2576df;
}

.agent_details .main1 .content .menu_box .block_box .block.active {
  color: #1e73de;
}

.agent_details .main1 .content .menu_box .block_box .block:nth-child(n + 6) {
  margin-top: 20px;
}

.agent_details .main1 .content .txt_box2 {
  text-align: center;
  margin-top: 100px;
}

.agent_details .main1 .content .txt_box2 .title {
  line-height: 1.1;
  font-size: 24px;
  color: #333;
}

.agent_details .main1 .content .txt_box2 .abstract {
  font-size: 16px;
  line-height: 30px;
  color: #676767;
  margin-top: 40px;
}

.agent_details .main1 .content .search_box {
  margin-top: 20px;
  background-color: #1e73de;
  padding: 20px;
  position: relative;
  z-index: 5;
}

.agent_details .main1 .content .search_box .left_box {
  position: relative;
  width: 30%;
  line-height: 40px;
  background-color: #fff;
  cursor: pointer;
}

.agent_details .main1 .content .search_box .left_box .top_name {
  padding-left: 10px;
}

.agent_details .main1 .content .search_box .left_box .btn {
  position: relative;
  width: 40px;
  border-left: 1px solid #dcdcdc;
}

.agent_details .main1 .content .search_box .left_box .btn::after {
  content: ' ';
  position: absolute;
  top: -webkit-calc(50% + 3px);
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #2576df transparent transparent transparent;
}

.agent_details .main1 .content .search_box .left_box .down {
  display: none;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  padding: 0 10px;
  -webkit-box-shadow: 20px 20px -10px #dedede;
  box-shadow: 20px 20px -10px #dedede;
}

.agent_details .main1 .content .search_box .form_box {
  background-color: #fff;
  width: 64.16667%;
}

.agent_details .main1 .content .search_box .form_box input {
  line-height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.agent_details .main1 .content .search_box .form_box .btn {
  width: 40px;
  font-size: 16px;
  color: #1e73de;
  border-left: 1px solid #dcdcdc;
}

.agent_details .main1 .content .content_box {
  margin-top: 55px;
}

.agent_details .main1 .content .content_box .title {
  font-size: 20px;
  line-height: 1.1;
  color: #333333;
  text-align: center;
}

.agent_details .main1 .layui-table-view .layui-table {
  width: 100%;
}

.agent_details .main1 .layui-table,
.agent_details .main1 .layui-table-view {
  margin: 0;
  border: none;
}

.agent_details .main1 .layui-table-cell {
  padding: 0;
}

.agent_details .main1 .layui-table tbody tr:hover,
.agent_details .main1 .layui-table thead tr,
.agent_details .main1 .layui-table-click,
.agent_details .main1 .layui-table-header,
.agent_details .main1 .layui-table-hover,
.agent_details .main1 .layui-table-mend,
.agent_details .main1 .layui-table-patch,
.agent_details .main1 .layui-table-tool,
.agent_details .main1 .layui-table-total,
.agent_details .main1 .layui-table-total tr,
.agent_details .main1 .layui-table[lay-even] tr:nth-child(even) {
  background-color: #f3f3f3;
  color: #000000;
}

.agent_details .main1 .layui-table td,
.agent_details .main1 .layui-table th,
.agent_details .main1 .layui-table-col-set,
.agent_details .main1 .layui-table-fixed-r,
.agent_details .main1 .layui-table-grid-down,
.agent_details .main1 .layui-table-header,
.agent_details .main1 .layui-table-page,
.agent_details .main1 .layui-table-tips-main,
.agent_details .main1 .layui-table-tool,
.agent_details .main1 .layui-table-total,
.agent_details .main1 .layui-table-view,
.agent_details .main1 .layui-table[lay-skin=line],
.agent_details .main1 .layui-table[lay-skin=row] {
  border-color: #dcdcdc;
}

.agent_details .main1 .layui-table-body {
  margin-right: 0;
}

.agent_details .main1 .layui-laypage-limits,
.agent_details .main1 .layui-laypage-count,
.agent_details .main1 .layui-laypage-skip {
  display: none;
}

.agent_details .main1 .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #2576df;
}

.agent_details .main1 .layui-icon {
  display: none;
}

.agent_details .main1 .layui-laypage-next {
  position: relative;
}

.agent_details .main1 .layui-laypage-next::after {
  content: ' ';
  position: absolute;
  top: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  left: -webkit-calc(50% + 3px);
  left: calc(50% + 3px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #616161;
}

.agent_details .main1 .layui-laypage-next:hover::after {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #2576df;
}

.agent_details .main1 .layui-laypage-prev {
  position: relative;
}

.agent_details .main1 .layui-laypage-prev::after {
  content: ' ';
  position: absolute;
  top: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent #616161 transparent transparent;
}

.agent_details .main1 .layui-laypage-prev:hover::after {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent #2576df transparent transparent;
}

.agent_details .main1 .layui-table-fixed-r {
  display: none;
}

.case .main1 {
  padding: 80px 0 100px;
}

.case .main1 .content {
  margin-top: 60px;
  position: relative;
}

.case .main1 .content .block_box .swiper-slide {
  width: 1200px;
}

.case .main1 .content .block_box .swiper-slide .block {
  width: 100%;
  position: relative;
}

.case .main1 .content .block_box .swiper-slide .block .picture_container {
  padding-top: 66.66667%;
}

.case .main1 .content .block_box .swiper-slide .block .mask {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  padding-top: 145px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.case .main1 .content .block_box .swiper-slide .block .mask .name {
  font-size: 28px;
  letter-spacing: -1px;
}

.case .main1 .content .block_box .swiper-slide .block .mask .abstract {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}

.case .main1 .content .block_box .swiper-slide.swiper-slide-active .block .mask {
  opacity: 1;
}

.case .main1 .content .tag_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.case .main1 .content .tag_box .box {
  padding-top: 40px;
  width: 1140px;
  margin: 0 auto;
  background-color: #fff;
}

.case .main1 .content .tag_box .box .block {
  width: 120px;
  height: 120px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #ebebeb;
}

.case .main1 .content .tag_box .box .block .icon {
  width: 52px;
  margin: 0 auto;
}

.case .main1 .content .tag_box .box .block .icon .picture_container {
  padding-top: 100%;
}

.case .main1 .content .tag_box .box .block .name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.case .main1 .content .tag_box .box .block:not(:first-child) {
  margin-left: 13px;
}

.case .main1 .content .tag_box .box .block.active {
  background-color: #2576df;
}

.case .main1 .content .tag_box .box .block.active img {
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}

.case .main1 .content .tag_box .box .block.active .name {
  color: #fff;
}

.case .main2 {
  background-color: #f3f7fb;
  padding: 130px 0 165px;
}

.case .main2 .title {
  text-align: center;
  font-size: 30px;
  letter-spacing: -1px;
  color: #2a3036;
}

.case .main2 .blcok_box {
  position: relative;
}

.case .main2 .blcok_box .swiper-slide {
  padding-top: 100px;
}

.case .main2 .blcok_box .block {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.case .main2 .blcok_box .block .img {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #dde5f0;
}

.case .main2 .blcok_box .block .picture_container {
  padding-top: 71.60494%;
}

.case .main2 .blcok_box .block .txt_box {
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 0px 0px 100px 0px;
  border-radius: 0px 0px 100px 0px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.case .main2 .blcok_box .block .txt_box .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.case .main2 .blcok_box .block .txt_box .more {
  margin-top: 25px;
  font-size: 14px;
  color: #5d656d;
}

.case .main2 .blcok_box .block .txt_box .more .iconfont {
  font-size: 12px;
  margin-left: 10px;
}

.case .main2 .blcok_box .block:hover {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.case .main2 .blcok_box .block:hover .txt_box {
  -webkit-box-shadow: 0 10px 30px -10px #dedede;
  box-shadow: 0 10px 30px -10px #dedede;
}

.case .main2 .blcok_box .swiper-button-prev,
.case .main2 .blcok_box .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  opacity: 1;
  background-color: #bac6d6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.case .main2 .blcok_box .swiper-button-prev:hover,
.case .main2 .blcok_box .swiper-button-next:hover {
  background-color: #fff;
  color: #2576df;
}

.case .main2 .blcok_box .swiper-button-prev {
  left: 11.45833%;
}

.case .main2 .blcok_box .swiper-button-next {
  right: 11.45833%;
}

.product_details .main1 {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.product_details .main1 .more_btn{
  border: 1px solid #1e73de;
  color: #1e73de;
  padding: 15px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  transition: all .5s;
}
.product_details .main1 .more_btn:hover{
  background-color: #1e73de;
  color: #fff;
}

.product_details .main1 .content {
  padding: 60px;
  background-color: #ffffff;
}

.product_details .main1 .content .left_box {
  position: relative;
  width: 54%;
  border: solid 1px #dcdcdc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#fff));
  background-image: linear-gradient(to top, #ececec, #fff);
}

.product_details .main1 .content .left_box .productBSwiper .picture_container {
  padding-top: 93.10345%;
}

.product_details .main1 .content .left_box .productSSwiper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.product_details .main1 .content .left_box .productSSwiper .img {
  background-color: #fff;
}

.product_details .main1 .content .left_box .productSSwiper .img .picture_container {
  padding-top: 100%;
}

.product_details .main1 .content .left_box .productSSwiper .img .picture_container img {
  max-width: 60%;
}

.product_details .main1 .content .left_box .swiper-button-prev,
.product_details .main1 .content .left_box .swiper-button-next {
  background-image: none;
  opacity: 1;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  background-color: #333333;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product_details .main1 .content .left_box .swiper-button-prev:hover,
.product_details .main1 .content .left_box .swiper-button-next:hover {
  background-color: #2576df;
}

.product_details .main1 .content .left_box .swiper-button-prev {
  left: -30px;
}

.product_details .main1 .content .left_box .swiper-button-next {
  right: -30px;
}

.product_details .main1 .content .right_box {
  margin-left: 12.03704%;
}

.product_details .main1 .content .right_box .name {
  font-size: 36px;
  color: #000000;
}

.product_details .main1 .content .right_box .abstract {
  font-size: 16px;
  line-height: 30px;
  color: #676767;
  margin-top: 35px;
}

.product_details .main2 {
  padding: 40px 0 180px;
}

.product_details .main2 .tag_box {
  border: solid 1px #dcdcdc;
  padding: 0 20px;
}

.product_details .main2 .tag_box .tag {
  line-height: 80px;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product_details .main2 .tag_box .tag::after,
.product_details .main2 .tag_box .tag::before {
  content: ' ';
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #1e73de;
}

.product_details .main2 .tag_box .tag::after {
  top: 0;
}

.product_details .main2 .tag_box .tag::before {
  bottom: 0;
}

.product_details .main2 .tag_box .tag.active {
  color: #1e73de;
}

.product_details .main2 .tag_box .tag.active::after,
.product_details .main2 .tag_box .tag.active::before {
  width: 100%;
  left: 0;
}

.product_details .main2 .tag_box .tag:hover::after,
.product_details .main2 .tag_box .tag:hover::before {
  width: 100%;
  left: 0;
}

.product_details .main2 .tag_box .tag:not(:first-child) {
  margin-left: 40px;
}

.product_details .main2 .details_txt {
  margin-top: 40px;
}

.product_details .main2 .details_txt .table_box table th,
.product_details .main2 .details_txt .table_box table td {
  border: solid 1px #dcdcdc;
}

.product_details .main2 .details_txt .table_box table {
  width: 100%;
  text-align: center;
}

.product_details .main2 .details_txt .table_box tr {
  font-size: 14px;
  line-height: 20px;
  color: #676767;
}

.product_details .main2 .details_txt .table_box tr:first-child {
  font-size: 20px;
  background-color: #1e73de;
  line-height: 60px;
  color: #ffffff;
}

.product_details .main2 .details_txt .table_box tr:first-child td {
  padding: 0;
}

.product_details .main2 .details_txt .table_box tr td {
  padding: 22px 0;
}

.product_details .main2 .details_txt .box:not(:first-child) {
  display: none;
}

/* .footer {
    background-color: #2576df;
    padding: 30px 0;
}

    .footer .left_box {
        color: #fff;
    }

        .footer .left_box a {
            color: #fff;
        }

    .footer .share_box {
        color: #fff;
    }

        .footer .share_box .block {
            margin-left: 10px;
            position: relative;
        }

            .footer .share_box .block .img {
                opacity: 0;
                pointer-events: none;
                position: absolute;
                bottom: -webkit-calc(100% + 10px);
                bottom: calc(100% + 10px);
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background-color: #fff;
                width: 80px;
                height: 80px;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .footer .share_box .block .img .picture_container {
                    padding-top: 100%;
                }

            .footer .share_box .block:hover .img {
                opacity: 1;
                bottom: -webkit-calc(100% + 5px);
                bottom: calc(100% + 5px);
                pointer-events: inherit;
            } */

.crumbsT {
  line-height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #dcdcdc;
}

.crumbsT .home {
  font-size: 12px;
  color: #1e73de;
}

.crumbsT .icon {
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #333;
  margin: 0 20px;
}

.crumbsT .line {
  font-size: 14px;
  color: #111111;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.crumbsT .line:hover {
  color: #2576df;
}

@media (max-width: 1600px) {
  .index .main1 .blcok_box .swiper-button-next {
    right: 20px;
  }

  .index .main1 .blcok_box .swiper-button-prev {
    left: 20px;
  }

  .case .main2 .blcok_box .swiper-button-next {
    right: 20px;
  }

  .case .main2 .blcok_box .swiper-button-prev {
    left: 20px;
  }

  .index .main3 .blcok_box .swiper-button-next {
    right: 20px;
  }

  .index .main3 .blcok_box .swiper-button-prev {
    left: 20px;
  }
}

@media (max-width: 1400px) {
  .header .head_top {
    padding: 0 20px;
  }

  .header .head_right .head_nav .block:not(:first-child) {
    padding-left: 30px;
  }

  /* .footer {
        padding: 30px;
    } */

  .center1280 {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1280px) {
  .center1200 {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .header .head_right .head_nav {
    display: none;
  }

  .honor .main1 {
    padding: 80px 0;
  }

  .crumbs {
    display: none;
  }

  .secondary_tab .block {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 7px 15px;
  }

  .secondary_tab .box {
    overflow-y: auto;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .secondary_tab .box::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    background-color: #fff;
  }

  .secondary_tab .box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
  }

  .secondary_tab .box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #2576df;
  }

  .product .main1 {
    padding: 40px 0 80px;
  }

  .product .main1 .secondary_tab {
    margin-top: 60px;
  }

  .product .main1 .content .block .name {
    padding: 20px 0;
  }

  .crumbsT {
    display: none;
  }

  .product_details .main1 .content {
    padding: 40px;
  }

  .product_details .main1 .content .right_box .name {
    font-size: 28px;
  }

  .product_details .main1 .content .right_box .abstract {
    margin-top: 25px;
  }

  .product_details .main1 .content .right_box {
    margin-left: 7%;
  }

  .product_details .main2 {
    padding: 30px 0 80px;
  }

  .case .main1 {
    padding: 80px 0;
  }

  .case .main1 .content .tag_box .box {
    width: 100%;
  }

  .case .main1 .content .tag_box {
    position: unset;
  }

  .case .main1 .content .block_box .swiper-slide {
    width: 100%;
    padding: 0 15px;
  }

  .case .main2 {
    padding: 80px 0;
  }

  .case .main2 .blcok_box .swiper-slide {
    padding-top: 60px;
  }

  .agent .main1 {
    padding: 80PX 0;
  }

  .agent .main1 .content {
    margin-top: 60PX;
  }

  .agent .main1 .content .block:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .agent .main1 .content .block .txt_box {
    padding: 30px 25px 20px;
  }

  .agent .main1 .content .block .txt_box .more {
    margin-top: 50px;
  }

  .agent_details .main1 {
    padding: 80px 0;
  }

  .agent_details .main1 .content .txt_box2 {
    margin-top: 80px;
  }

  .index .main1 {
    padding: 80px 0;
  }

  .index .index_title {
    font-size: 30px;
  }

  .index .main1 .blcok_box .block .txt_box {
    padding: 20px;
  }

  .index .main3 .blcok_box .swiper-button-next {
    right: 0;
  }

  .index .main3 .blcok_box .swiper-button-prev {
    left: 0;
  }

  .index .main1 .blcok_box .swiper-slide {
    padding: 40px 0 30px;
  }

  .index .main1 .blcok_box .block:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .index .main1 .blcok_box .swiper-button-next {
    right: 0;
  }

  .index .main1 .blcok_box .swiper-button-prev {
    left: 0;
  }

  .index .main3 {
    padding: 80px 0;
  }

  .index .main3 .blcok_box .swiper-slide {
    padding-top: 60px;
  }

  .index .main5 {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .index .main2 .center1280 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index .main2 .left_icon {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .index .main2 .left_icon .icon_box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
  }

  .index .main2 .right_box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .index .main2 .box {
    width: 100%;
  }

  .index .main2 .bg_color {
    display: none;
  }

  .index .main2 .bg_img {
    padding: 80px 0;
  }

  .index .main5 .center1280 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index .main5 .txt_box {
    width: 100%;
  }

  .index .main5 .img_box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .index .main1 .blcok_box .swiper-slide {
    padding: 20px 0;
  }

  .honor .main1 {
    padding: 60px 0;
  }

  .swith .box {
    padding-bottom: 20px;
  }

  .swith .title {
    font-size: 24px;
  }

  .swith .more .iconfont {
    font-size: 30px;
  }

  .honor .main1 .secondary_tab {
    margin-top: 30px;
  }

  .honor .main1 .content .block {
    padding: 30px 0;
  }

  .honor .main1 .content .block .img {
    width: 90%;
  }

  .honor .main1 .content .block .name {
    margin-top: 25px;
  }

  .honor .main1 .content .block_box {
    margin-top: 40px;
  }

  .product .main1 {
    padding: 40px 0 60px;
  }

  .product .main1 .secondary_tab {
    margin-top: 30px;
  }

  .product_details .main1 .content {
    padding: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_details .main1 .content .left_box {
    width: 100%;
  }

  .product_details .main2 {
    padding: 30px 0 60px;
  }

  .product_details .main2 .tag_box .tag {
    line-height: 60px;
  }

  .product_details .main1 .content .right_box .name {
    font-size: 24px;
  }

  .product_details .main1 .content .right_box {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .product_details .main1 .content .right_box .abstract {
    margin-top: 15px;
  }

  .product_details .main2 .details_txt .table_box tr:first-child {
    line-height: 1.2;
  }

  .product_details .main2 .details_txt .table_box tr td {
    padding: 15px 0;
  }

  .product_details .main2 .details_txt .table_box tr:first-child td {
    padding: 15px 0;
  }

  .product_details .main2 .details_txt {
    margin-top: 20px;
  }

  .product_details .main1 .content .left_box .swiper-button-prev,
  .product_details .main1 .content .left_box .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .product_details .main1 .content .left_box .swiper-button-next {
    right: -20px;
  }

  .product_details .main1 .content .left_box .swiper-button-prev {
    left: -20px;
  }

  .product_details .main2 .details_txt .box {
    overflow-y: auto;
    padding-bottom: 5px;
  }

  .product_details .main2 .details_txt .box::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    background-color: #fff;
  }

  .product_details .main2 .details_txt .box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
  }

  .product_details .main2 .details_txt .box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #2576df;
  }

  .product_details .main2 .details_txt .box .table_box {
    min-width: 768px;
  }

  .case .main1 {
    padding: 60px 0;
  }

  .case .main1 .content {
    margin-top: 0;
  }

  .case .main1 .content .block_box .swiper-slide.swiper-slide-active .block .mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }

  .case .main1 .content .block_box .swiper-slide .block .mask .abstract {
    margin-top: 0;
  }

  .case .main1 .content .tag_box .box {
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .case .main1 .content .tag_box .box::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    background-color: #fff;
  }

  .case .main1 .content .tag_box .box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
  }

  .case .main1 .content .tag_box .box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #2576df;
  }

  .case .main1 .content .tag_box .box .block {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .case .main2 {
    padding: 60px 0;
  }

  .case .main2 .title {
    font-size: 28px;
  }

  .case .main2 .blcok_box .swiper-slide {
    padding-top: 40px;
  }

  .case .main2 .blcok_box .block:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .case .main2 .blcok_box .swiper-button-prev,
  .case .main2 .blcok_box .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .case .main2 .blcok_box .swiper-button-next {
    right: 0;
  }

  .case .main2 .blcok_box .swiper-button-prev {
    left: 0;
  }

  .case .main2 .blcok_box .block .txt_box .name {
    font-size: 18px;
  }

  .case .main2 .blcok_box .block .txt_box .more {
    margin-top: 15px;
  }

  .case .main2 .blcok_box .block .txt_box {
    padding: 20px;
  }

  .agent .main1 {
    padding: 60px 0;
  }

  .agent .main1 .content .block .img .picture_container img {
    max-width: 70%;
    max-height: 70%;
  }

  .agent .main1 .content .block {
    width: 32%;
  }

  .agent .main1 .content .block:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .agent .main1 .content .block:not(:nth-child(3n)) {
    margin-right: 1.5%;
  }

  .agent .main1 .content .block:nth-child(n + 4) {
    margin-top: 20px;
  }

  .agent .main1 .content .block .txt_box {
    padding: 20px;
  }

  .index .main1 {
    padding: 60px 0;
  }

  .index .main1 .blcok_box .swiper-button-prev,
  .index .main1 .blcok_box .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .index .main1 .blcok_box .block .txt_box {
    padding: 10px;
  }

  .index .main1 .blcok_box .block .txt_box .name {
    font-size: 18px;
  }

  .index .main1 .blcok_box .block .txt_box .abstract {
    margin-top: 15px;
  }

  .index .main1 .blcok_box .block .txt_box .more {
    margin-top: 40px;
  }

  .index .main2 .left_icon {
    overflow-x: auto;
  }

  .index .main2 .bg_img {
    padding: 60px 0;
  }

  .index .main2 .box .title {
    font-size: 30px;
  }

  .index .main2 .box .txt {
    margin-top: 40px;
  }

  .index .main2 .box .txt .abstract {
    margin-top: 20px;
  }

  .index .main2 .box .txt .more {
    margin-top: 40px;
  }

  .index .main3 {
    padding: 60px 0;
  }

  .index .main3 .blcok_box .swiper-button-prev,
  .index .main3 .blcok_box .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .index .main3 .blcok_box .block .txt_box {
    padding: 20px 15px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .index .main3 .blcok_box .block .txt_box .name {
    font-size: 18px;
  }

  .index .main3 .blcok_box .block .txt_box .more {
    margin-top: 15px;
  }

  .index .main3 .blcok_box .block:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .index .main3 .blcok_box .swiper-slide {
    padding-top: 20px;
  }

  .index .index_title {
    font-size: 26px;
  }

  .index .main5 {
    padding: 60px 0;
  }

  .index .main5 .title_box .en {
    font-size: 38px;
  }

  .index .main5 .title_box .cn {
    font-size: 26px;
  }

  .index .main5 .line_box {
    margin-top: 20px;
  }

  .agent_details .main1 .content .menu_box .block_box .block {
    width: auto;
    margin-left: 10px;
  }

  .agent_details .main1 .content .menu_box .block_box {
    padding: 20px;
    margin-left: -10px;
  }


  .agent_details .main1 .content .txt_box2 {
    margin-top: 60px;
  }

  .agent_details .main1 {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .agent .main1 .content .block:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .agent .main1 .content .block {
    width: 49%;
  }

  .agent .main1 .content .block:nth-child(n + 3) {
    margin-top: 15px;
  }

  .agent .main1 .content .block:nth-child(odd) {
    margin-right: 2%;
  }

  .agent_details .main1 .content .search_box .left_box {
    width: 40%;
  }

  .agent_details .main1 .content .search_box .form_box {
    width: 54%;
  }

  .honor .main1 {
    padding: 40px 0;
  }

  .swith .box {
    padding-bottom: 10px;
  }

  .swith .title {
    font-size: 20px;
  }

  .secondary_tab .block {
    min-width: 100px;
    white-space: nowrap;
  }

  .secondary_tab .block:not(:first-child) {
    margin-left: 10px;
  }

  .swith .more .iconfont {
    font-size: 20px;
  }

  .honor .main1 .secondary_tab {
    margin-top: 20px;
  }

  .honor .main1 .content .block {
    padding: 15px 0;
    width: 49%;
  }

  .honor .main1 .content .block:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .honor .main1 .content .block:nth-child(n + 3) {
    margin-top: 10px;
  }

  .honor .main1 .content .block:nth-child(odd) {
    margin-right: 2%;
  }

  .honor .main1 .content .block .name {
    margin-top: 15px;
  }

  .honor .main1 .content .block_box {
    margin-top: 20px;
  }

  .product .main1 {
    padding: 40px 0;
  }

  .product .main1 .secondary_tab {
    margin-top: 20px;
  }

  .product .main1 .content {
    margin-top: 20px;
  }

  .product .main1 .content .block:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .product .main1 .content .block:nth-child(n + 3) {
    margin-top: 15px;
  }

  .product .main1 .content .block:nth-child(odd) {
    margin-right: 2%;
  }

  .product .main1 .content .block {
    width: 49%;
  }

  .product .main1 .content .block .name {
    padding: 15px 0;
  }

  .product_details .main1 {
    padding: 40px 0;
  }

  .product_details .main1 .content {
    padding: 15px;
  }

  .product_details .main1 .content .right_box .name {
    font-size: 20px;
  }

  .product_details .main1 .content .right_box .abstract {
    line-height: 1.2;
  }

  .product_details .main1 .content .left_box .productSSwiper {
    position: unset;
  }

  .product_details .main2 {
    padding: 40px 0;
  }

  .product_details .main2 .tag_box .tag {
    line-height: 40px;
  }

  .product_details .main2 .details_txt .table_box tr:first-child {
    font-size: 16px;
  }

  .case .main1 {
    padding: 40px 0;
  }

  .case .main1 .content .tag_box .box .block {
    width: 100px;
    height: 100px;
  }

  .case .main2 {
    padding: 40px 0;
  }

  .case .main2 .title {
    font-size: 20px;
  }

  .case .main2 .blcok_box .swiper-slide {
    padding-top: 15px;
  }

  .case .main2 .blcok_box .block:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .case .main2 .blcok_box .block .txt_box {
    padding: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .case .main2 .blcok_box .block .txt_box .name {
    font-size: 16px;
  }

  .case .main1 .content .block_box .swiper-slide .block .mask .name {
    font-size: 18px;
  }

  .case .main1 .content .block_box .swiper-slide .block .mask .abstract {
    line-height: 1.2;
    padding: 0 10px;
    text-align: left;
  }

  .agent .main1 {
    padding: 40px 0;
  }

  .agent .main1 .content {
    margin-top: 0;
  }

  .agent .main1 .content .block .txt_box {
    padding: 15px 10px;
  }

  .agent .main1 .content .block .txt_box .name {
    font-size: 16px;
  }

  .agent .main1 .content .block .txt_box .abstract {
    margin-top: 15px;
  }

  .agent .main1 .content .block .txt_box .more {
    margin-top: 20px;
  }

  .index .main1 {
    padding: 40px 0;
  }

  .index .main1 .blcok_box .block .txt_box .more {
    margin-top: 20px;
  }

  .index .main2 .bg_img {
    padding: 40px 0;
  }

  .index .main2 .box .title {
    font-size: 20px;
  }

  .index .main2 .box .txt {
    margin-top: 20px;
  }

  .index .main3 {
    padding: 40px 0;
  }

  .index .index_title {
    font-size: 20px;
  }

  .index .main3 .blcok_box .block .txt_box .name {
    font-size: 16px;
  }

  .index .main3 .blcok_box .block .txt_box {
    padding: 15px 10px;
  }

  .index .main5 {
    padding: 40px 0;
  }

  .index .main5 .title_box .en {
    font-size: 26px;
  }

  .index .main5 .title_box .cn {
    font-size: 20px;
  }

  .index .main5 .line_box {
    line-height: 26px;
  }

  .index .main5 .line_box .line p {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .index .main5 .line_box .icon {
    width: 20px;
    margin-right: 10px;
  }

  .agent_details .main1 .content {
    margin-top: 0;
  }

  .product .main1 .txt_box {
    margin-top: 0;
  }

  .agent_details .main1 {
    padding: 40px 0;
  }

  .agent_details .main1 .content .link {
    margin-top: 20px;
  }

  .agent_details .main1 .content .menu_box .block_box {
    padding: 15px 10px;
  }

  .agent_details .main1 .content .menu_box .block_box .block {
    padding-left: 15px;
  }

  .agent_details .main1 .content .txt_box2 {
    margin-top: 40px;
  }

  .agent_details .main1 .content .txt_box2 .abstract {
    margin-top: 20px;
  }

  .agent_details .main1 .content .txt_box2 .abstract p {
    text-align: left !important;
  }

  .agent_details .main1 .content .txt_box2 .title {
    font-size: 20px;
  }

  .agent_details .main1 .content .content_box {
    margin-top: 30px;
  }

  .agent_details .main1 .content .search_box {
    padding: 10px;
  }

  .agent_details .main1 .content .txt_box .title {
    font-size: 20px;
  }

  .agent_details .main1 .content .txt_box .abstract p {
    text-align: left !important;
  }
}


.subbanner img {
  max-width: none;
}

.img_popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.img_popup .mask {
  width: 100%;
  height: 100%;
}

.img_popup .mask {
  width: 100%;
  height: 100%;
}

.img_popup .img {
  text-align: center;
  position: relative;
}

.img_popup .img img {
  max-height: 80vh;
}

.img_popup .img .exit {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotateZ(45deg);
}

.img_popup .img .exit::after {
  position: absolute;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.img_popup .img .exit::before {
  position: absolute;
  content: ' ';
  top: 50%;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}




.mes_popup {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7)
}

.mes_popup .mask {
  width: 100%;
  height: 100%;
}

.module_assembly3 {
  background-color: #fff;
  padding: 20px;
  position: relative
}

.module_assembly3 .center1200 {
  width: 980px
}

.module_assembly3 .name {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px
}

.module_assembly3 .item {
  padding: 0 15px;
  width: 49%;
  border: 1px solid #e2dede;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.module_assembly3 .item .icon {
  color: #f00;
  position: absolute;
  top: 10px;
  left: 5px
}

.module_assembly3 .item .iconfont {
  font-size: 20px
}

.module_assembly3 .item .txt {
  line-height: 40px
}

.module_assembly3 .item input {
  padding-left: 10px;
  line-height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto
}

.module_assembly3 .item:nth-child(n+3) {
  margin-top: 20px
}

.module_assembly3 .item.items {
  padding-top: 10px;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.module_assembly3 .item textarea {
  min-height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 15px 15px
}

.module_assembly3 .item .img {
  width: 15%;
  position: absolute;
  right: -17%;
  top: 0;
  bottom: 0
}

.module_assembly3 .item .error_txt {
  opacity: 0;
  position: absolute;
  top: 102%;
  left: 0;
  color: #f00;
  font-size: 12px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.module_assembly3 .item.error {
  border: 1px solid #f00
}

.module_assembly3 .item.error .error_txt {
  opacity: 1
}

.module_assembly3 .btn_box {
  margin-top: 25px;
  width: 100%
}

.module_assembly3 .btn_box .btn {
  width: 200px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #dedede;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.module_assembly3 .btn_box .btn:hover {
  color: #fff;
  background-color: #2576df;
  border: 1px solid #2576df
}

.module_assembly3 .btn_box .btns {
  margin-left: 15px;
  background-color: #dedede
}

.module_assembly3 .exit_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg)
}

.module_assembly3 .exit_btn::after,
.module_assembly3 .exit_btn::before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #333
}

.module_assembly3 .exit_btn::after {
  width: 100%;
  height: 1px
}

.module_assembly3 .exit_btn::before {
  height: 100%;
  width: 1px
}

.q_introduction{
  padding-left: 0;
}
.q_introduction .text-bot{
padding: 0;
}

@media (max-width: 1200px) {
  .mes_popup .module_assembly3 {
    width: 98%
  }
}

@media (max-width: 1024px) {
  .mes_popup .module_assembly3 .center1200 {
    width: 100%
  }
}

@media (max-width: 768px) {
  .module_assembly3 .item .img {
    width: 25%;
    right: -27%
  }

  .module_assembly3 .item input {
    width: 10%
  }

  .module_assembly3 .item:nth-child(n+3) {
    margin-top: 15px
  }
}

@media (max-width: 480px) {
  .mes_popup .module_assembly3 {
    padding: 15px 0
  }

  .module_assembly3 .name {
    font-size: 20px
  }

  .module_assembly3 .item {
    width: 100%
  }

  .module_assembly3 .item:nth-child(n+2) {
    margin-top: 10px
  }

  .module_assembly3 .btn_box .btn {
    width: 49%
  }

  .module_assembly3 .btn_box .btns {
    margin-left: 0
  }

  .module_assembly3 .code_item {
    width: 79%
  }

  .agent_details .main1 .content .tag {
    font-size: 16px;
    margin-top: 10px;
  }
}</pre></body></html>